Completed
Push — master ( bfdf74...8a4d0b )
by Stéphane
13:35
created
src/Entities/Entity.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -322,6 +322,9 @@  discard block
 block discarded – undo
322 322
         $this->content->save();
323 323
     }
324 324
 
325
+    /**
326
+     * @param boolean $publishRevision
327
+     */
325 328
     protected function saveRevision($publishRevision)
326 329
     {
327 330
 
@@ -341,6 +344,9 @@  discard block
 block discarded – undo
341 344
         }
342 345
     }
343 346
 
347
+    /**
348
+     * @param boolean $newRevision
349
+     */
344 350
     protected function saveField(Field $field, $newRevision)
345 351
     {
346 352
         // If we create a new revision, this will
Please login to merge, or discard this patch.