Passed
Push — master ( 9811c3...723451 )
by Hamzah
03:14
created
src/RepositoryServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function __construct($app)
32 32
     {
33 33
         parent::__construct($app);
34
-        $contractsFolder = realpath(__DIR__.'../../../../app/Contracts');
34
+        $contractsFolder = realpath(__DIR__ . '../../../../app/Contracts');
35 35
         $Directory = new \RecursiveDirectoryIterator($contractsFolder);
36 36
         $Iterator = new \RecursiveIteratorIterator($Directory);
37 37
         $Regex = new \RegexIterator($Iterator, '/^.+\.php$/i', \RecursiveRegexIterator::GET_MATCH);
Please login to merge, or discard this patch.