Failed Conditions
Push — master ( 3e56ea...c8ee54 )
by Zbigniew
05:22
created
src/Entity/System/RequestLog.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-     * @param RequestLogDetail[]|ArrayCollection $requestLogDetails
165
+     * @param ArrayCollection $requestLogDetails
166 166
      */
167 167
     public function setRequestLogDetails(ArrayCollection $requestLogDetails): self
168 168
     {
Please login to merge, or discard this patch.
src/Validator/Constraints/NotOverlappedDatesValidator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
 
85 85
     //------------------------------------------------------------------------------------------------------------------
86 86
 
87
+    /**
88
+     * @param EntityInterface $entity
89
+     */
87 90
     private function assertInstances($entity, Constraint $constraint): void
88 91
     {
89 92
         \assert($entity instanceof EntityInterface);
Please login to merge, or discard this patch.