Passed
Push — dbal ( 65949b...3176ba )
by Greg
07:03
created
app/Module/FanChartModule.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
228 228
                 'style'       => Validator::parsedBody($request)->isInArrayKeys($this->styles())->integer('style'),
229 229
                 'width'       => Validator::parsedBody($request)->isBetween(self::MINIMUM_WIDTH, self::MAXIMUM_WIDTH)->integer('width'),
230 230
                 'xref'        => Validator::parsedBody($request)->isXref()->string('xref'),
231
-             ]));
231
+                ]));
232 232
         }
233 233
 
234 234
         Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user);
Please login to merge, or discard this patch.
app/WebtreesSchema.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
         return $table;
138 138
     }
139 139
 
140
-   /**
140
+    /**
141 141
      * @param Schema $schema
142 142
      * @param string $prefix
143 143
      *
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
         return $table;
156 156
     }
157 157
 
158
-   /**
158
+    /**
159 159
      * @param Schema $schema
160 160
      * @param string $prefix
161 161
      *
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
         return $table;
173 173
     }
174 174
 
175
-   /**
175
+    /**
176 176
      * @param Schema $schema
177 177
      * @param string $prefix
178 178
      *
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
         return $table;
195 195
     }
196 196
 
197
-   /**
197
+    /**
198 198
      * @param Schema $schema
199 199
      * @param string $prefix
200 200
      *
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
         return $table;
218 218
     }
219 219
 
220
-   /**
220
+    /**
221 221
      * @param Schema $schema
222 222
      * @param string $prefix
223 223
      *
Please login to merge, or discard this patch.
resources/lang/en-US/messages.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,6 +3,6 @@
 block discarded – undo
3 3
 declare(strict_types=1);
4 4
 
5 5
 return array (
6
-  '%H:%i:%s' => '%g:%i:%s %a',
7
-  '%j %F %Y' => '%F %j, %Y',
6
+    '%H:%i:%s' => '%g:%i:%s %a',
7
+    '%j %F %Y' => '%F %j, %Y',
8 8
 );
Please login to merge, or discard this patch.