Completed
Push — master ( 42f197...d72e6b )
by Gilmar
24:25
created
src/Traits/DateTimeTrait.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -30,6 +30,10 @@
 block discarded – undo
30 30
             return;
31 31
         }
32 32
     }
33
+
34
+    /**
35
+     * @param string $key
36
+     */
33 37
     protected function dateGet($key)
34 38
     {
35 39
         $value = $this->get($key);
Please login to merge, or discard this patch.