Failed Conditions
Push — master ( 3e56ea...c8ee54 )
by Zbigniew
05:22
created
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.