Completed
Push — master ( ff3285...39775c )
by Lanre
04:40
created
cfar/src/Cfar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
                 );
114 114
         } catch (\ReflectionException $e) {
115 115
             throw new CfarException(
116
-                CfarException::INVALID_DECLARATION . ". " . $e->getMessage()
116
+                CfarException::INVALID_DECLARATION.". ".$e->getMessage()
117 117
             );
118 118
         }
119 119
     }
Please login to merge, or discard this patch.