Completed
Push — master ( c8acde...a28248 )
by Roni
07:03
created
Resolver/EntityEventResolver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,8 +213,8 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Logger/LoggerFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,8 +112,8 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Subscriber/DoctrineSubscriber.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.