Completed
Branch master (6c5b52)
by Oliver
07:17
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
     {
@@ -479,6 +479,10 @@  discard block
 block discarded – undo
479 479
         $this->attributes[$key] = $value;
480 480
     }
481 481
 
482
+    /**
483
+     * @param Carbonated $instance
484
+     * @param string $propertyName
485
+     */
482 486
     private function ensureProperty($instance, $propertyName)
483 487
     {
484 488
         if(!property_exists($instance, $propertyName))
Please login to merge, or discard this patch.