Completed
Branch master (db3e64)
by Matteo
03:02
created
src/Flat/Collection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Drop the collection.
28 28
      *
29
-     * @return bool
29
+     * @return boolean|null
30 30
      */
31 31
     public function drop()
32 32
     {
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * Remove all the documents from the collection.
37 37
      *
38
-     * @return bool
38
+     * @return boolean|null
39 39
      */
40 40
     public function truncate()
41 41
     {
Please login to merge, or discard this patch.