Passed
Push — master ( 373a1b...497e2b )
by Alain
02:37
created
src/View/View/ViewFinder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
             $view = $view($uri, $engine);
93 93
         }
94 94
 
95
-        if (! $view instanceof ViewInterface) {
95
+        if ( ! $view instanceof ViewInterface) {
96 96
             throw new FailedToInstantiateViewException(
97 97
                 sprintf(
98 98
                     _('Could not instantiate view "%s".'),
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
             $view = $view($uri, $engine);
127 127
         }
128 128
 
129
-        if (! $view instanceof ViewInterface) {
129
+        if ( ! $view instanceof ViewInterface) {
130 130
             throw new FailedToInstantiateViewException(
131 131
                 sprintf(
132 132
                     _('Could not instantiate view "%s".'),
Please login to merge, or discard this patch.