Completed
Push — master ( 608645...a06a27 )
by Oliver
9s
created
src/Carbonated.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * Get the attributes that should be handled as carbonated timestamps.
26 26
      *
27
-     * @return array
27
+     * @return string[]
28 28
      */
29 29
     public function carbonatedTimestamps()
30 30
     {
@@ -497,6 +497,10 @@  discard block
 block discarded – undo
497 497
         $this->carbonInstances = $carbonInstances;
498 498
     }
499 499
 
500
+    /**
501
+     * @param Carbonated $instance
502
+     * @param string $propertyName
503
+     */
500 504
     private function ensureProperty($instance, $propertyName)
501 505
     {
502 506
         if (!property_exists($instance, $propertyName)) {
Please login to merge, or discard this patch.