mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-03 20:59:33 +08:00
Merge pull request #199 from yansongda/analysis-zG6EE2
Apply fixes from StyleCI
This commit is contained in:
commit
7d57b70a64
@ -29,13 +29,13 @@ class KernelLogSubscriber implements EventSubscriberInterface
|
||||
public static function getSubscribedEvents()
|
||||
{
|
||||
return [
|
||||
Events::PAY_STARTING => ['writePayStartingLog', 256],
|
||||
Events::PAY_STARTED => ['writePayStartedLog', 256],
|
||||
Events::API_REQUESTING => ['writeApiRequestingLog', 256],
|
||||
Events::API_REQUESTED => ['writeApiRequestedLog', 256],
|
||||
Events::SIGN_FAILED => ['writeSignFailedLog', 256],
|
||||
Events::PAY_STARTING => ['writePayStartingLog', 256],
|
||||
Events::PAY_STARTED => ['writePayStartedLog', 256],
|
||||
Events::API_REQUESTING => ['writeApiRequestingLog', 256],
|
||||
Events::API_REQUESTED => ['writeApiRequestedLog', 256],
|
||||
Events::SIGN_FAILED => ['writeSignFailedLog', 256],
|
||||
Events::REQUEST_RECEIVED => ['writeRequestReceivedLog', 256],
|
||||
Events::METHOD_CALLED => ['writeMethodCalledLog', 256]
|
||||
Events::METHOD_CALLED => ['writeMethodCalledLog', 256],
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user