Passed
Pull Request — master (#2)
by ANTHONIUS
05:01
created
src/Core/EOffice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      */
90 90
     private function detectPath(): string
91 91
     {
92
-        if(is_dir($dir = __DIR__.'/../../vendor')){
92
+        if (is_dir($dir = __DIR__.'/../../vendor')) {
93 93
             return realpath(dirname($dir));
94 94
         }
95 95
 
Please login to merge, or discard this patch.