Passed
Push — master ( 18e911...511c7b )
by Caen
03:11 queued 12s
created
src/Framework/Features/DataCollections/DataCollectionServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         if (Features::hasDataCollections()) {
30 30
             // Create the resources/collections directory if it doesn't exist
31
-            if (! is_dir(Hyde::path('resources/collections'))) {
31
+            if (!is_dir(Hyde::path('resources/collections'))) {
32 32
                 mkdir(Hyde::path('resources/collections'));
33 33
             }
34 34
         }
Please login to merge, or discard this patch.