Completed
Push — master ( 04fb86...879f48 )
by Fran
12:22 queued 07:22
created
src/Patterns/Singleton.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
                 if ($singleton) {
161 161
                     $instance = $instanceReflector->getMethod("getInstance")->invoke(null);
162 162
                 }
163
-            } catch(\Exception $e) {
163
+            } catch (\Exception $e) {
164 164
                 $singleton = false;
165 165
             }
166 166
             if (!$singleton) {
Please login to merge, or discard this patch.