@@ -92,7 +92,7 @@ discard block |
||
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 |
||
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".'), |