Test Failed
Push — master ( ce3748...e186d3 )
by Kirill
02:26
created
src/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
      *  }, ...);
25 25
      * </code>
26 26
      */
27
-    if (! \defined('_')) {
27
+    if (!\defined('_')) {
28 28
         \define('_', \RDS\Hydrogen\Collection\HigherOrderCollectionProxy::PATTERN);
29 29
     }
30 30
 
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * @since 0.3.4
37 37
      */
38
-    if (! \class_exists(\RDS\Hydrogen\Collection\Collection::class)) {
38
+    if (!\class_exists(\RDS\Hydrogen\Collection\Collection::class)) {
39 39
         \class_alias(\RDS\Hydrogen\Collection::class, \RDS\Hydrogen\Collection\Collection::class);
40 40
     }
41 41
 }
Please login to merge, or discard this patch.