Test Setup Failed
Push — master ( 86557b...eeaccc )
by Antonio Carlos
04:47 queued 02:26
created
src/Data/Models/HealthCheck.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@
 block discarded – undo
29 29
      */
30 30
     const UPDATED_AT = null;
31 31
     
32
-     /**
33
-     * @var string
34
-     * Set $dateFormat due to Carbon rawCreateFromFormat issue with MS SQL Server datetime format, which includes milliseconds.
35
-     */
32
+        /**
33
+         * @var string
34
+         * Set $dateFormat due to Carbon rawCreateFromFormat issue with MS SQL Server datetime format, which includes milliseconds.
35
+         */
36 36
     protected $dateFormat = 'Y-m-d H:i:s';
37 37
 }
Please login to merge, or discard this patch.