Test Setup Failed
Push — master ( 9c2150...cd50bd )
by Php Easy Api
03:53
created
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 accessDeniedHttp($msg=null);
11
+    public function accessDeniedHttp($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.