Completed
Push — master ( d72e6b...d34f34 )
by Gilmar
24:51
created
src/Traits/DateTimeTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
         return $datetime->format('c');
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $key
32
+     */
30 33
     protected function dateGet($key)
31 34
     {
32 35
         $value = $this->get($key);
Please login to merge, or discard this patch.