Passed
Push — master ( 2ae3d8...1a6d7e )
by Gilmar
24:28
created
src/Traits/DateTimeTrait.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@  discard block
 block discarded – undo
44 44
         return $datetime->format('c');
45 45
     }
46 46
 
47
+    /**
48
+     * @param string $key
49
+     */
47 50
     protected function dateGet($key)
48 51
     {
49 52
         $value = $this->get($key);
@@ -55,6 +58,9 @@  discard block
 block discarded – undo
55 58
         }
56 59
     }
57 60
 
61
+    /**
62
+     * @param string $move
63
+     */
58 64
     protected function dateMove($move)
59 65
     {
60 66
         $date = new DateTime();
Please login to merge, or discard this patch.