@@ -213,8 +213,8 @@ |
||
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | /** |
| 216 | - * @param $properties |
|
| 217 | - * @param $entityIdStr |
|
| 216 | + * @param \ReflectionProperty[] $properties |
|
| 217 | + * @param string $entityIdStr |
|
| 218 | 218 | * @return null|string |
| 219 | 219 | */ |
| 220 | 220 | private function getNameOrIdPropertyFromPropertyList($properties, $entityIdStr) |
@@ -112,8 +112,8 @@ |
||
| 112 | 112 | |
| 113 | 113 | /** |
| 114 | 114 | * @param BaseAuditLog $eventInfo |
| 115 | - * @param $logger |
|
| 116 | - * @param $id |
|
| 115 | + * @param LoggerInterface $logger |
|
| 116 | + * @param integer $id |
|
| 117 | 117 | * @return bool |
| 118 | 118 | */ |
| 119 | 119 | protected function isValidLoggerForThisEvent(BaseAuditLog $eventInfo, $logger, $id) |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | /** |
| 72 | 72 | * @param $entity |
| 73 | 73 | * @param string $eventName |
| 74 | - * @return bool|null |
|
| 74 | + * @return boolean |
|
| 75 | 75 | */ |
| 76 | 76 | private function isConfiguredToTrack($entity, $eventName = '') |
| 77 | 77 | { |