@@ -3,7 +3,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |