Passed
Push — master ( 403b82...173e49 )
by Richard
11:42
created
src/FixedFDirectory.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      * Only regard contents that match the predicate.
66 66
      *
67 67
      * @param   \Closure    $predicate  File|Directory -> bool
68
-     * @return  Directory
68
+     * @return  GenericFixedFDirectory
69 69
      */
70 70
     public function filter(\Closure $predicate)
71 71
     {
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      * Map over the contents of this directory.
79 79
      *
80 80
      * @param   \Closure    $trans
81
-     * @return  Directory
81
+     * @return  GenericFixedFDirectory
82 82
      */
83 83
     public function map(\Closure $trans)
84 84
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * Map the contents this directory.
92 92
      *
93 93
      * @param   \Closure    $trans
94
-     * @return  Directory
94
+     * @return  GenericFixedFDirectory
95 95
      */
96 96
     public function outer_map(\Closure $trans)
97 97
     {
Please login to merge, or discard this patch.
src/VirtualFSObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return string
27
+     * @return \LogicException
28 28
      */
29 29
     public function mimetype()
30 30
     {
Please login to merge, or discard this patch.