Completed
Push — master ( fa2155...ac7a3a )
by Alexander
126:27 queued 101:26
created
src/ReflectionProperty.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -160,6 +160,7 @@
 block discarded – undo
160 160
 
161 161
     /**
162 162
      * @inheritDoc
163
+     * @return string
163 164
      */
164 165
     public function getName()
165 166
     {
Please login to merge, or discard this patch.
src/Instrument/PathResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @param string|array $somePath             Path without normalization or array of paths
30 30
      * @param bool         $shouldCheckExistence Flag for checking existence of resolved filename
31 31
      *
32
-     * @return array|bool|string
32
+     * @return string
33 33
      */
34 34
     public static function realpath($somePath, $shouldCheckExistence = false)
35 35
     {
Please login to merge, or discard this patch.
src/ReflectionType.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,6 +41,8 @@  discard block
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * Initializes reflection data
44
+     * @param null|boolean $allowsNull
45
+     * @param boolean $isBuiltin
44 46
      */
45 47
     public function __construct($type, $allowsNull, $isBuiltin)
46 48
     {
@@ -78,7 +80,7 @@  discard block
 block discarded – undo
78 80
      *
79 81
      * @see https://3v4l.org/nZFiT
80 82
      *
81
-     * @param BaseReflectionType $type Type to display
83
+     * @param ReflectionType $type Type to display
82 84
      *
83 85
      * @return string
84 86
      */
Please login to merge, or discard this patch.