Failed Conditions
Push — master ( 37c7e1...8f957f )
by Zbigniew
05:34
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
@@ -81,6 +81,9 @@
 block discarded – undo
81 81
 
82 82
     //------------------------------------------------------------------------------------------------------------------
83 83
 
84
+    /**
85
+     * @param EntityInterface $entity
86
+     */
84 87
     private function assertInstances($entity, Constraint $constraint): void
85 88
     {
86 89
         if (!$constraint instanceof NotOverlappedDates) {
Please login to merge, or discard this patch.