Completed
Pull Request — master (#113)
by Alexander
24:45
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   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * Initializes reflection data
44
+     * @param boolean $isBuiltin
44 45
      */
45 46
     public function __construct($type, $allowsNull, $isBuiltin)
46 47
     {
Please login to merge, or discard this patch.