Passed
Branch develop (38ee07)
by BENARD
05:37
created
src/Service/Article/PostTopWeekHandler.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,10 +26,10 @@
 block discarded – undo
26 26
         $this->writer = $writer;
27 27
     }
28 28
 
29
-     /**
30
-     * @param $day
31
-     * @throws Exception
32
-     */
29
+        /**
30
+         * @param $day
31
+         * @throws Exception
32
+         */
33 33
     public function handle($day): void
34 34
     {
35 35
         $date1Begin = new DateTime($day);
Please login to merge, or discard this patch.