Completed
Pull Request — 5.1 (#144)
by
unknown
04:21
created
src/helpers.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 use Analogue\ORM\System\Manager;
4 4
 use Analogue\ORM\System\Mapper;
5 5
 
6
-if (! function_exists('analogue')) {
6
+if (!function_exists('analogue')) {
7 7
 
8 8
     /**
9 9
      * Return analogue's manager instance
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 }
18 18
 
19 19
 
20
-if (! function_exists('mapper')) {
20
+if (!function_exists('mapper')) {
21 21
 
22 22
     /**
23 23
      * Create a mapper for a given entity (static alias)
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 }
34 34
 
35 35
 
36
-if (! function_exists('is_asociative_array')) {
36
+if (!function_exists('is_asociative_array')) {
37 37
 
38 38
     /**
39 39
      * Checks if an array is an asociative array
Please login to merge, or discard this patch.