Passed
Push — 2.x ( e7390d...51516d )
by Terry
02:00
created
src/Firewall/Log/ActionLogger.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -224,13 +224,13 @@
 block discarded – undo
224 224
     }
225 225
 
226 226
 /**
227
-     * Get data from log file.
228
-     *
229
-     * @param string $fromYmd The string in Ymd Date format.
230
-     * @param string $toYmd   The end date.
231
-     *
232
-     * @return array
233
-     */
227
+ * Get data from log file.
228
+ *
229
+ * @param string $fromYmd The string in Ymd Date format.
230
+ * @param string $toYmd   The end date.
231
+ *
232
+ * @return array
233
+ */
234 234
     private function getDataFromSingleDate(string $fromYmd = '', string $toYmd = ''): array
235 235
     {
236 236
         $results = [];
Please login to merge, or discard this patch.