Passed
Branch master (9e4670)
by P.R.
05:44
created
src/CoreConfig.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@  discard block
 block discarded – undo
32 32
     catch (\Throwable $exception)
33 33
     {
34 34
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
35
-                                 $cfgId,
36
-                                 $exception->getMessage());
35
+                                  $cfgId,
36
+                                  $exception->getMessage());
37 37
     }
38 38
   }
39 39
 
@@ -52,8 +52,8 @@  discard block
 block discarded – undo
52 52
     catch (\Throwable $exception)
53 53
     {
54 54
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
55
-                                 $cfgId,
56
-                                 $exception->getMessage());
55
+                                  $cfgId,
56
+                                  $exception->getMessage());
57 57
     }
58 58
   }
59 59
 
@@ -72,8 +72,8 @@  discard block
 block discarded – undo
72 72
     catch (\Throwable $exception)
73 73
     {
74 74
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
75
-                                 $cfgId,
76
-                                 $exception->getMessage());
75
+                                  $cfgId,
76
+                                  $exception->getMessage());
77 77
     }
78 78
   }
79 79
 
@@ -92,8 +92,8 @@  discard block
 block discarded – undo
92 92
     catch (\Throwable $exception)
93 93
     {
94 94
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
95
-                                 $cfgId,
96
-                                 $exception->getMessage());
95
+                                  $cfgId,
96
+                                  $exception->getMessage());
97 97
     }
98 98
   }
99 99
 
@@ -112,8 +112,8 @@  discard block
 block discarded – undo
112 112
     catch (\Throwable $exception)
113 113
     {
114 114
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
115
-                                 $cfgId,
116
-                                 $exception->getMessage());
115
+                                  $cfgId,
116
+                                  $exception->getMessage());
117 117
     }
118 118
   }
119 119
 
@@ -132,8 +132,8 @@  discard block
 block discarded – undo
132 132
     catch (\Throwable $exception)
133 133
     {
134 134
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
135
-                                 $cfgId,
136
-                                 $exception->getMessage());
135
+                                  $cfgId,
136
+                                  $exception->getMessage());
137 137
     }
138 138
   }
139 139
 
@@ -157,8 +157,8 @@  discard block
 block discarded – undo
157 157
     catch (\Throwable $exception)
158 158
     {
159 159
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
160
-                                 $cfgId,
161
-                                 $exception->getMessage());
160
+                                  $cfgId,
161
+                                  $exception->getMessage());
162 162
     }
163 163
   }
164 164
 
@@ -177,8 +177,8 @@  discard block
 block discarded – undo
177 177
     catch (\Throwable $exception)
178 178
     {
179 179
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
180
-                                 $cfgId,
181
-                                 $exception->getMessage());
180
+                                  $cfgId,
181
+                                  $exception->getMessage());
182 182
     }
183 183
   }
184 184
 
@@ -197,8 +197,8 @@  discard block
 block discarded – undo
197 197
     catch (\Throwable $exception)
198 198
     {
199 199
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
200
-                                 $cfgId,
201
-                                 $exception->getMessage());
200
+                                  $cfgId,
201
+                                  $exception->getMessage());
202 202
     }
203 203
   }
204 204
 
@@ -217,8 +217,8 @@  discard block
 block discarded – undo
217 217
     catch (\Throwable $exception)
218 218
     {
219 219
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
220
-                                 $cfgId,
221
-                                 $exception->getMessage());
220
+                                  $cfgId,
221
+                                  $exception->getMessage());
222 222
     }
223 223
   }
224 224
 
@@ -237,8 +237,8 @@  discard block
 block discarded – undo
237 237
     catch (\Throwable $exception)
238 238
     {
239 239
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
240
-                                 $cfgId,
241
-                                 $exception->getMessage());
240
+                                  $cfgId,
241
+                                  $exception->getMessage());
242 242
     }
243 243
   }
244 244
 
@@ -257,8 +257,8 @@  discard block
 block discarded – undo
257 257
     catch (\Throwable $exception)
258 258
     {
259 259
       throw new RuntimeException([$exception], 'Failed to fetch value of parameter %d: %s',
260
-                                 $cfgId,
261
-                                 $exception->getMessage());
260
+                                  $cfgId,
261
+                                  $exception->getMessage());
262 262
     }
263 263
   }
264 264
 
Please login to merge, or discard this patch.