Test Failed
Push — master ( 56ac77...9b28ba )
by Php Easy Api
04:45
created
src/resta/Contracts/ApplicationContracts.php 2 patches
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
      * @param null|string $alias
12 12
      * @return mixed
13 13
      */
14
-    public function bind($object=null,$callback=null,$alias=null);
14
+    public function bind($object = null, $callback = null, $alias = null);
15 15
 
16 16
     /**
17 17
      * @param $object
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
      * @param array $arguments
25 25
      * @return mixed
26 26
      */
27
-    public function command($command,$arguments=array());
27
+    public function command($command, $arguments = array());
28 28
 
29 29
     /**
30 30
      * @return array
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      * @param array $environment
52 52
      * @return mixed
53 53
      */
54
-   public function environment($environment=array());
54
+   public function environment($environment = array());
55 55
 
56 56
     /**
57 57
      * @param $abstract
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      * @param $instance
76 76
      * @return mixed
77 77
      */
78
-   public function instance ($abstract,$instance);
78
+   public function instance($abstract, $instance);
79 79
 
80 80
     /**
81 81
      * @return mixed
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * @param array $loaders
109 109
      * @return mixed
110 110
      */
111
-    public function loadIfNotExistBoot($loaders=array());
111
+    public function loadIfNotExistBoot($loaders = array());
112 112
 
113 113
     /**
114 114
      * @method bind
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
      * @param $container false
118 118
      * @return mixed
119 119
      */
120
-    public function make($object=null,$callback=null,$container=false);
120
+    public function make($object = null, $callback = null, $container = false);
121 121
 
122 122
     /**
123 123
      * @param $maker
@@ -141,14 +141,14 @@  discard block
 block discarded – undo
141 141
      * @param mixed $concrete
142 142
      * @return mixed
143 143
      */
144
-    public function register($key,$object,$concrete=null);
144
+    public function register($key, $object, $concrete = null);
145 145
 
146 146
     /**
147 147
      * @param $class
148 148
      * @param array $bind
149 149
      * @return mixed
150 150
      */
151
-    public function resolve($class,$bind=array());
151
+    public function resolve($class, $bind = array());
152 152
 
153 153
     /**
154 154
      * @param $class
@@ -171,14 +171,14 @@  discard block
 block discarded – undo
171 171
      * @param string $path
172 172
      * @return mixed
173 173
      */
174
-   public function setPaths($name,$path);
174
+   public function setPaths($name, $path);
175 175
 
176 176
     /**
177 177
      * @param null $object
178 178
      * @param null $callback
179 179
      * @return mixed
180 180
      */
181
-    public function share($object=null,$callback=null);
181
+    public function share($object = null, $callback = null);
182 182
 
183 183
     /**
184 184
      * @method singleton
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
      * @param null|string $object
192 192
      * @return mixed
193 193
      */
194
-    public function terminate($key,$object=null);
194
+    public function terminate($key, $object = null);
195 195
 
196 196
     /**
197 197
      * @return mixed
Please login to merge, or discard this patch.
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -40,23 +40,23 @@  discard block
 block discarded – undo
40 40
     /**
41 41
      * @return mixed
42 42
      */
43
-   public function console();
43
+    public function console();
44 44
 
45 45
     /**
46 46
      * @return mixed
47 47
      */
48
-   public function containerCacheFile();
48
+    public function containerCacheFile();
49 49
 
50 50
     /**
51 51
      * @return mixed
52 52
      */
53
-   public function corePath();
53
+    public function corePath();
54 54
 
55 55
     /**
56 56
      * @param array $environment
57 57
      * @return mixed
58 58
      */
59
-   public function environment($environment=array());
59
+    public function environment($environment=array());
60 60
 
61 61
     /**
62 62
      * @param $abstract
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * @return mixed
69 69
      */
70
-   public function handle();
70
+    public function handle();
71 71
 
72 72
     /**
73 73
      * @param $abstract
@@ -80,12 +80,12 @@  discard block
 block discarded – undo
80 80
      * @param $instance
81 81
      * @return mixed
82 82
      */
83
-   public function instance ($abstract,$instance);
83
+    public function instance ($abstract,$instance);
84 84
 
85 85
     /**
86 86
      * @return mixed
87 87
      */
88
-   public function isLocale();
88
+    public function isLocale();
89 89
 
90 90
     /**
91 91
      * @method kernel
@@ -96,12 +96,12 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * @return array
98 98
      */
99
-   public function kernelGroupKeys();
99
+    public function kernelGroupKeys();
100 100
 
101 101
     /**
102 102
      * @return array
103 103
      */
104
-   public function kernelGroupList();
104
+    public function kernelGroupList();
105 105
 
106 106
     /**
107 107
      * @param callable $callback
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
      * @param string $path
177 177
      * @return mixed
178 178
      */
179
-   public function setPaths($name,$path);
179
+    public function setPaths($name,$path);
180 180
 
181 181
     /**
182 182
      * @param null $object
@@ -201,5 +201,5 @@  discard block
 block discarded – undo
201 201
     /**
202 202
      * @return mixed
203 203
      */
204
-   public function version();
204
+    public function version();
205 205
 }
206 206
\ No newline at end of file
Please login to merge, or discard this patch.
src/resta/Support/App.php 2 patches
Braces   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -219,7 +219,9 @@  discard block
 block discarded – undo
219 219
         $repositoryAdapterName  = $repositoryName.'Adapter';
220 220
         $repositoryNamespace    = app()->namespace()->repository().'\\'.$repositoryName.'\\'.$repositoryAdapterName;
221 221
 
222
-        if($namespace) return $repositoryNamespace;
222
+        if($namespace) {
223
+            return $repositoryNamespace;
224
+        }
223 225
 
224 226
         //and eventually we conclude the adapter class of the repository package as an instance.
225 227
         return app()->resolve($repositoryNamespace)->adapter();
@@ -290,8 +292,7 @@  discard block
 block discarded – undo
290 292
 
291 293
         if(self::app()->has('locale')){
292 294
             $defaultLocale = self::app()->get('locale');
293
-        }
294
-        else{
295
+        } else{
295 296
             $defaultLocale = config('app.locale');
296 297
         }
297 298
 
Please login to merge, or discard this patch.
Spacing   +43 added lines, -43 removed lines patch added patch discarded remove patch
@@ -24,29 +24,29 @@  discard block
 block discarded – undo
24 24
      * @param $arg
25 25
      * @return mixed
26 26
      */
27
-    public static function annotationsLoaders($service,$arg)
27
+    public static function annotationsLoaders($service, $arg)
28 28
     {
29 29
         //factory runner
30
-        if($service=="factory"){
30
+        if ($service=="factory") {
31 31
             return self::factory();
32 32
         }
33 33
         //if $name starts with $needles for repository
34
-        if(Str::endsWith($service,'Repository')){
34
+        if (Str::endsWith($service, 'Repository')) {
35 35
             return self::repository($service);
36 36
         }
37 37
 
38 38
         //if $name starts with $needles for source
39
-        if(Str::endsWith($service,'Source')){
40
-            return self::source($service,$arg);
39
+        if (Str::endsWith($service, 'Source')) {
40
+            return self::source($service, $arg);
41 41
         }
42 42
 
43 43
         //if $name starts with $needles for model
44
-        if(Str::endsWith($service,'Builder')){
44
+        if (Str::endsWith($service, 'Builder')) {
45 45
             return self::Builder(ucfirst($service));
46 46
         }
47 47
 
48 48
 
49
-        if(method_exists(new self,$service)){
49
+        if (method_exists(new self, $service)) {
50 50
             return self::$service($arg);
51 51
         }
52 52
 
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     private static function builder($service)
100 100
     {
101 101
         //we are making a namespace assignment for the builder.
102
-        $builder=app()->namespace()->builder().'\BuilderMap';
102
+        $builder = app()->namespace()->builder().'\BuilderMap';
103 103
 
104 104
         //we are getting builder instance.
105 105
         return app()->resolve($builder);
@@ -127,16 +127,16 @@  discard block
 block discarded – undo
127 127
      * @param array $bind
128 128
      * @return mixed
129 129
      */
130
-    public function container($instance,$class,$bind=array())
130
+    public function container($instance, $class, $bind = array())
131 131
     {
132
-        if(!property_exists($instance->container(),$class)){
132
+        if (!property_exists($instance->container(), $class)) {
133 133
             throw new \InvalidArgumentException('container object false for ('.$class.') object');
134 134
         }
135 135
 
136
-        $container=$instance->container()->{$class};
136
+        $container = $instance->container()->{$class};
137 137
 
138
-        if(!is_array($instance->container()->{$class}) AND Utils::isNamespaceExists($container)){
139
-            return $instance->resolve($container,$bind);
138
+        if (!is_array($instance->container()->{$class}) AND Utils::isNamespaceExists($container)) {
139
+            return $instance->resolve($container, $bind);
140 140
         }
141 141
         return $instance->container()->{$class};
142 142
     }
@@ -146,8 +146,8 @@  discard block
 block discarded – undo
146 146
      */
147 147
     public function createAppInstance($object)
148 148
     {
149
-        if(!defined('appInstance')){
150
-            define('appInstance',(base64_encode(serialize($object))));
149
+        if (!defined('appInstance')) {
150
+            define('appInstance', (base64_encode(serialize($object))));
151 151
         }
152 152
     }
153 153
 
@@ -155,9 +155,9 @@  discard block
 block discarded – undo
155 155
      * @param array $arg
156 156
      * @return mixed
157 157
      */
158
-    private static function date($arg=array())
158
+    private static function date($arg = array())
159 159
     {
160
-        $locale = (count($arg)=="0") ? config('app.locale','en') : current($arg);
160
+        $locale = (count($arg)=="0") ? config('app.locale', 'en') : current($arg);
161 161
 
162 162
         return app()->resolve(Date::class)->setLocale($locale);
163 163
     }
@@ -177,8 +177,8 @@  discard block
 block discarded – undo
177 177
     {
178 178
         //we save an instance for the entire application
179 179
         //and add it to the helper file to be accessed from anywhere in the application.
180
-        if(!isset(self::$instance['appInstance'])){
181
-            self::$instance['appInstance']=unserialize(base64_decode(appInstance));
180
+        if (!isset(self::$instance['appInstance'])) {
181
+            self::$instance['appInstance'] = unserialize(base64_decode(appInstance));
182 182
             return self::$instance['appInstance'];
183 183
         }
184 184
         return self::$instance['appInstance'];
@@ -205,9 +205,9 @@  discard block
 block discarded – undo
205 205
      */
206 206
     private static function queue()
207 207
     {
208
-        if(!isset(self::$instance['queue'])){
208
+        if (!isset(self::$instance['queue'])) {
209 209
 
210
-            self::$instance['queue']=(new Queue());
210
+            self::$instance['queue'] = (new Queue());
211 211
             return self::$instance['queue'];
212 212
 
213 213
         }
@@ -219,18 +219,18 @@  discard block
 block discarded – undo
219 219
      * @param bool $namespace
220 220
      * @return string
221 221
      */
222
-    public static function repository($service,$namespace=false)
222
+    public static function repository($service, $namespace = false)
223 223
     {
224 224
         //I can get the repository name from the magic method as a salt repository,
225 225
         //after which we will edit it as an adapter namespace.
226
-        $repositoryName=ucfirst(preg_replace('@Repository@is','',$service));
226
+        $repositoryName = ucfirst(preg_replace('@Repository@is', '', $service));
227 227
 
228 228
         //If we then configure the name of the simple repository to be an adapter
229 229
         //then we will give the user an example of the adapter class in each repository call.
230 230
         $repositoryAdapterName  = $repositoryName.'Adapter';
231 231
         $repositoryNamespace    = app()->namespace()->repository().'\\'.$repositoryName.'\\'.$repositoryAdapterName;
232 232
 
233
-        if($namespace) return $repositoryNamespace;
233
+        if ($namespace) return $repositoryNamespace;
234 234
 
235 235
         //and eventually we conclude the adapter class of the repository package as an instance.
236 236
         return app()->resolve($repositoryNamespace)->adapter();
@@ -241,17 +241,17 @@  discard block
 block discarded – undo
241 241
      * @param $arg
242 242
      * @return mixed
243 243
      */
244
-    private static function source($service,$arg)
244
+    private static function source($service, $arg)
245 245
     {
246 246
         //get Source path
247
-        $service=ucfirst($service);
248
-        $getCalledClass=str_replace('\\'.class_basename($arg[0]),'',get_class($arg[0]));
249
-        $getCalledClass=class_basename($getCalledClass);
247
+        $service = ucfirst($service);
248
+        $getCalledClass = str_replace('\\'.class_basename($arg[0]), '', get_class($arg[0]));
249
+        $getCalledClass = class_basename($getCalledClass);
250 250
 
251
-        $service=str_replace($getCalledClass,'',$service);
251
+        $service = str_replace($getCalledClass, '', $service);
252 252
 
253 253
         //run service for endpoint
254
-        $serviceSource=StaticPathModel::appSourceEndpoint().'\\'.$getCalledClass.'\\'.$service.'\Main';
254
+        $serviceSource = StaticPathModel::appSourceEndpoint().'\\'.$getCalledClass.'\\'.$service.'\Main';
255 255
         return app()->resolve($serviceSource);
256 256
     }
257 257
 
@@ -260,9 +260,9 @@  discard block
 block discarded – undo
260 260
      */
261 261
     public static function redis()
262 262
     {
263
-        if(!isset(self::$instance['redis'])){
263
+        if (!isset(self::$instance['redis'])) {
264 264
 
265
-            self::$instance['redis']=(new Redis())->client();
265
+            self::$instance['redis'] = (new Redis())->client();
266 266
             return self::$instance['redis'];
267 267
 
268 268
         }
@@ -273,13 +273,13 @@  discard block
 block discarded – undo
273 273
      * @param null $param
274 274
      * @return array|null|string
275 275
      */
276
-    public function route($param=null)
276
+    public function route($param = null)
277 277
     {
278
-        $kernel=self::getAppInstance()->kernel;
278
+        $kernel = self::getAppInstance()->kernel;
279 279
 
280
-        $saltRouteParameters=$kernel->routeParameters;
280
+        $saltRouteParameters = $kernel->routeParameters;
281 281
 
282
-        if($param===null){
282
+        if ($param===null) {
283 283
             return $saltRouteParameters;
284 284
         }
285 285
 
@@ -295,25 +295,25 @@  discard block
 block discarded – undo
295 295
      * @param array $select
296 296
      * @return mixed|string
297 297
      */
298
-    public function translator($data,$select=array())
298
+    public function translator($data, $select = array())
299 299
     {
300 300
         $languageDir = path()->appLanguage();
301 301
 
302
-        $lang=(new Lingua($languageDir));
302
+        $lang = (new Lingua($languageDir));
303 303
 
304
-        if(self::app()->has('locale')){
304
+        if (self::app()->has('locale')) {
305 305
             $defaultLocale = self::app()->get('locale');
306 306
         }
307
-        else{
307
+        else {
308 308
             $defaultLocale = config('app.locale');
309 309
         }
310 310
 
311
-        if(!file_exists($languageDir.''.DIRECTORY_SEPARATOR.''.$defaultLocale)){
311
+        if (!file_exists($languageDir.''.DIRECTORY_SEPARATOR.''.$defaultLocale)) {
312 312
             $defaultLocale = config('app.fallback_locale');
313 313
         }
314 314
 
315
-        if(count($select)){
316
-            return $lang->include(['default'])->locale($defaultLocale)->get($data,$select);
315
+        if (count($select)) {
316
+            return $lang->include(['default'])->locale($defaultLocale)->get($data, $select);
317 317
         }
318 318
 
319 319
         return $lang->include(['default'])->locale($defaultLocale)->get($data);
Please login to merge, or discard this patch.
src/resta/Contracts/RequestContract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      * @param null $default
15 15
      * @return mixed
16 16
      */
17
-    public function input($key, $default=null);
17
+    public function input($key, $default = null);
18 18
 
19 19
     /**
20 20
      * @param $key
Please login to merge, or discard this patch.
src/resta/Client/ClientAbstract.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
      */
32 32
     protected function getAutoGenerators()
33 33
     {
34
-        if(property_exists($this,'auto_generators')){
34
+        if (property_exists($this, 'auto_generators')) {
35 35
             return $this->auto_generators;
36 36
         }
37 37
         return [];
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      */
46 46
     protected function getAutoGeneratorsDontOverwrite()
47 47
     {
48
-        if(property_exists($this,'auto_generators_dont_overwrite')){
48
+        if (property_exists($this, 'auto_generators_dont_overwrite')) {
49 49
             return $this->auto_generators_dont_overwrite;
50 50
         }
51 51
         return [];
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      */
60 60
     protected function getClientObjects()
61 61
     {
62
-        return array_diff_key($this->getObjects(),['inputs'=>[]]);
62
+        return array_diff_key($this->getObjects(), ['inputs'=>[]]);
63 63
     }
64 64
 
65 65
     /**
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      */
70 70
     protected function getGenerators()
71 71
     {
72
-        if(property_exists($this,'generators')){
72
+        if (property_exists($this, 'generators')) {
73 73
             return $this->generators;
74 74
         }
75 75
         return [];
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      */
84 84
     protected function getGeneratorsDontOverwrite()
85 85
     {
86
-        if(property_exists($this,'generators_dont_overwrite')){
86
+        if (property_exists($this, 'generators_dont_overwrite')) {
87 87
             return $this->generators_dont_overwrite;
88 88
         }
89 89
         return [];
Please login to merge, or discard this patch.
src/resta/Client/ClientAnnotationAbstract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      * @param $key
23 23
      * @return mixed
24 24
      */
25
-    abstract function annotation($method,$key);
25
+    abstract function annotation($method, $key);
26 26
 
27 27
     /**
28 28
      * get input values from request object
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @param $reflection
54 54
      */
55
-    public function setReflection($reflection){
55
+    public function setReflection($reflection) {
56 56
 
57 57
         $this->request = ClosureDispatcher::bind($reflection);
58 58
     }
Please login to merge, or discard this patch.
src/resta/Contracts/ExceptionContracts.php 1 patch
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -8,89 +8,89 @@
 block discarded – undo
8 8
      * @param null|string $msg
9 9
      * @return mixed
10 10
      */
11
-    public function accessDeniedHttpException($msg=null);
11
+    public function accessDeniedHttpException($msg = null);
12 12
 
13 13
     /**
14 14
      * @param null|string $msg
15 15
      * @return mixed
16 16
      */
17
-    public function invalidArgument($msg=null);
17
+    public function invalidArgument($msg = null);
18 18
 
19 19
     /**
20 20
      * @param null|string $msg
21 21
      * @return mixed
22 22
      */
23
-    public function badFunctionCall($msg=null);
23
+    public function badFunctionCall($msg = null);
24 24
 
25 25
     /**
26 26
      * @param null|string $msg
27 27
      * @return mixed
28 28
      */
29
-    public function badMethodCall($msg=null);
29
+    public function badMethodCall($msg = null);
30 30
 
31 31
     /**
32 32
      * @param null|string $msg
33 33
      * @return mixed
34 34
      */
35
-    public function domain($msg=null);
35
+    public function domain($msg = null);
36 36
 
37 37
     /**
38 38
      * @param null|string $msg
39 39
      * @return mixed
40 40
      */
41
-    public function length($msg=null);
41
+    public function length($msg = null);
42 42
 
43 43
     /**
44 44
      * @param null|string $msg
45 45
      * @return mixed
46 46
      */
47
-    public function logic($msg=null);
47
+    public function logic($msg = null);
48 48
 
49 49
     /**
50 50
      * @param null|string $msg
51 51
      * @return mixed
52 52
      */
53
-    public function notFoundException($msg=null);
53
+    public function notFoundException($msg = null);
54 54
 
55 55
     /**
56 56
      * @param null|string $msg
57 57
      * @return mixed
58 58
      */
59
-    public function fileNotFoundException($msg=null);
59
+    public function fileNotFoundException($msg = null);
60 60
 
61 61
     /**
62 62
      * @param null|string $msg
63 63
      * @return mixed
64 64
      */
65
-    public function outOfRange($msg=null);
65
+    public function outOfRange($msg = null);
66 66
 
67 67
     /**
68 68
      * @param null|string $msg
69 69
      * @return mixed
70 70
      */
71
-    public function overflow($msg=null);
71
+    public function overflow($msg = null);
72 72
 
73 73
     /**
74 74
      * @param null|string $msg
75 75
      * @return mixed
76 76
      */
77
-    public function range($msg=null);
77
+    public function range($msg = null);
78 78
 
79 79
     /**
80 80
      * @param null|string $msg
81 81
      * @return mixed
82 82
      */
83
-    public function runtime($msg=null);
83
+    public function runtime($msg = null);
84 84
 
85 85
     /**
86 86
      * @param null|string $msg
87 87
      * @return mixed
88 88
      */
89
-    public function underflow($msg=null);
89
+    public function underflow($msg = null);
90 90
 
91 91
     /**
92 92
      * @param null|string $msg
93 93
      * @return mixed
94 94
      */
95
-    public function unexpectedValue($msg=null);
95
+    public function unexpectedValue($msg = null);
96 96
 }
97 97
\ No newline at end of file
Please login to merge, or discard this patch.
src/resta/Exception/ExceptionManager.php 1 patch
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * @return null
30 30
      *
31 31
      */
32
-    public function accessDeniedHttpException($msg=null)
32
+    public function accessDeniedHttpException($msg = null)
33 33
     {
34 34
         return $this->accessDeniedHttp($msg);
35 35
     }
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @param null|string $msg
41 41
      */
42
-    public function invalidArgument($msg=null)
42
+    public function invalidArgument($msg = null)
43 43
     {
44 44
         throw new InvalidArgumentException($msg);
45 45
     }
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      *
50 50
      * @param null|string $msg
51 51
      */
52
-    public function badFunctionCall($msg=null)
52
+    public function badFunctionCall($msg = null)
53 53
     {
54 54
         throw new BadFunctionCallException($msg);
55 55
     }
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      *
60 60
      * @param null|string $msg
61 61
      */
62
-    public function badMethodCall($msg=null)
62
+    public function badMethodCall($msg = null)
63 63
     {
64 64
         throw new BadMethodCallException($msg);
65 65
     }
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      *
70 70
      * @param null|string $msg
71 71
      */
72
-    public function domain($msg=null)
72
+    public function domain($msg = null)
73 73
     {
74 74
         throw new DomainException($msg);
75 75
     }
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      *
80 80
      * @param null|string $msg
81 81
      */
82
-    public function length($msg=null)
82
+    public function length($msg = null)
83 83
     {
84 84
         throw new LengthException($msg);
85 85
     }
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      *
90 90
      * @param null|string $msg
91 91
      */
92
-    public function logic($msg=null)
92
+    public function logic($msg = null)
93 93
     {
94 94
         throw new LogicException($msg);
95 95
     }
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      * @return null
102 102
      *
103 103
      */
104
-    public function notFoundException($msg=null)
104
+    public function notFoundException($msg = null)
105 105
     {
106 106
         return $this->notFound($msg);
107 107
     }
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      * @return mixed|void
114 114
      *
115 115
      */
116
-    public function fileNotFoundException($msg=null)
116
+    public function fileNotFoundException($msg = null)
117 117
     {
118 118
         return $this->fileNotFound($msg);
119 119
     }
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      *
124 124
      * @param null|string $msg
125 125
      */
126
-    public function outOfRange($msg=null)
126
+    public function outOfRange($msg = null)
127 127
     {
128 128
         throw new OutOfRangeException($msg);
129 129
     }
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      *
134 134
      * @param null|string $msg
135 135
      */
136
-    public function overflow($msg=null)
136
+    public function overflow($msg = null)
137 137
     {
138 138
         throw new OverflowException($msg);
139 139
     }
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
      *
144 144
      * @param null|string $msg
145 145
      */
146
-    public function range($msg=null)
146
+    public function range($msg = null)
147 147
     {
148 148
         throw new RangeException($msg);
149 149
     }
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
      *
154 154
      * @param null|string $msg
155 155
      */
156
-    public function runtime($msg=null)
156
+    public function runtime($msg = null)
157 157
     {
158 158
         throw new RuntimeException($msg);
159 159
     }
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
      *
164 164
      * @param null|string $msg
165 165
      */
166
-    public function underflow($msg=null)
166
+    public function underflow($msg = null)
167 167
     {
168 168
         throw new UnderflowException($msg);
169 169
     }
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
      *
174 174
      * @param null|string $msg
175 175
      */
176
-    public function unexpectedValue($msg=null)
176
+    public function unexpectedValue($msg = null)
177 177
     {
178 178
         throw new UnexpectedValueException($msg);
179 179
     }
Please login to merge, or discard this patch.
src/resta/Contracts/ClientContract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
      * @param null $default
21 21
      * @return mixed
22 22
      */
23
-    public function input($key, $default=null);
23
+    public function input($key, $default = null);
24 24
 
25 25
     /**
26 26
      * @param $key
@@ -45,5 +45,5 @@  discard block
 block discarded – undo
45 45
      * @param $value
46 46
      * @return void
47 47
      */
48
-    public function set($key,$value);
48
+    public function set($key, $value);
49 49
 }
50 50
\ No newline at end of file
Please login to merge, or discard this patch.
src/resta/Database/Migration/Src/Resource/PushManager/Pushing.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      */
23 23
     public function handle()
24 24
     {
25
-        foreach ($this->tableFilters() as $table=>$files){
25
+        foreach ($this->tableFilters() as $table=>$files) {
26 26
 
27 27
             $table = strtolower($table);
28 28
 
@@ -30,20 +30,20 @@  discard block
 block discarded – undo
30 30
 
31 31
                 $checkMigrationMain = $this->schema->getConnection()->checkMigrationMain();
32 32
                 
33
-                if($checkMigrationMain===false && isset($this->tableFilters()['Migrations'][0])){
34
-                    $this->apply($this->tableFilters()['Migrations'][0],'migrations');
33
+                if ($checkMigrationMain===false && isset($this->tableFilters()['Migrations'][0])) {
34
+                    $this->apply($this->tableFilters()['Migrations'][0], 'migrations');
35 35
                 }
36 36
                 
37
-                $checkMigration = $this->schema->getConnection()->checkMigration($table,$file);
37
+                $checkMigration = $this->schema->getConnection()->checkMigration($table, $file);
38 38
                 
39
-                if(!$checkMigration){
39
+                if (!$checkMigration) {
40 40
 
41
-                    $getClassName = preg_replace('@(\d+)_@is','',$file);
41
+                    $getClassName = preg_replace('@(\d+)_@is', '', $file);
42 42
                     $className = $this->getClassName($getClassName);
43 43
 
44 44
                     require_once ($file);
45 45
 
46
-                    $capsule = new SchemaCapsule($this->config,$file,$table);
46
+                    $capsule = new SchemaCapsule($this->config, $file, $table);
47 47
 
48 48
                     $this->list[$table][] = (new $className)->up($capsule);
49 49
                 }
@@ -60,14 +60,14 @@  discard block
 block discarded – undo
60 60
      * @param $table
61 61
      * @return mixed|string
62 62
      */
63
-    public function apply($file,$table)
63
+    public function apply($file, $table)
64 64
     {
65
-        $getClassName = preg_replace('@(\d+)_@is','',$file);
65
+        $getClassName = preg_replace('@(\d+)_@is', '', $file);
66 66
         $className = $this->getClassName($getClassName);
67 67
 
68 68
         require_once ($file);
69 69
 
70
-        $capsule = new SchemaCapsule($this->config,$file,$table);
70
+        $capsule = new SchemaCapsule($this->config, $file, $table);
71 71
 
72 72
         $this->list[$table][] = (new $className)->up($capsule);
73 73
 
Please login to merge, or discard this patch.