Passed
Pull Request — master (#30)
by Philipp
15:24 queued 13:16
created
src/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,13 @@
 block discarded – undo
3 3
 use Pmochine\LaravelTongue\Dialect;
4 4
 use Pmochine\LaravelTongue\Tongue;
5 5
 
6
-if (! function_exists('tongue')) {
6
+if (!function_exists('tongue')) {
7 7
     function tongue()
8 8
     {
9 9
         return app()->make(Tongue::class);
10 10
     }
11 11
 }
12
-if (! function_exists('dialect')) {
12
+if (!function_exists('dialect')) {
13 13
     function dialect()
14 14
     {
15 15
         return app()->make(Dialect::class);
Please login to merge, or discard this patch.