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