Completed
Push — master ( 3bb5d0...b9b8f3 )
by Anton
02:46
created
source/Spiral/Core/Container.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -565,9 +565,9 @@
 block discarded – undo
565 565
     ) {
566 566
         if (is_null($value)) {
567 567
             if (
568
-            	!$parameter->isOptional()
569
-				&& !($parameter->isDefaultValueAvailable() && $parameter->getDefaultValue() === null)
570
-			) {
568
+                !$parameter->isOptional()
569
+                && !($parameter->isDefaultValueAvailable() && $parameter->getDefaultValue() === null)
570
+            ) {
571 571
                 throw new ArgumentException($parameter, $context);
572 572
             }
573 573
 
Please login to merge, or discard this patch.