summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/php_reflection.stub.php')
-rw-r--r--ext/reflection/php_reflection.stub.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/reflection/php_reflection.stub.php b/ext/reflection/php_reflection.stub.php
index b96a4f65e9..1fc1442f0f 100644
--- a/ext/reflection/php_reflection.stub.php
+++ b/ext/reflection/php_reflection.stub.php
@@ -63,7 +63,7 @@ abstract class ReflectionFunctionAbstract implements Reflector
/** @return string|false */
public function getName() {}
- /** @return string|false */
+ /** @return string */
public function getNamespaceName() {}
/** @return int */
@@ -75,7 +75,7 @@ abstract class ReflectionFunctionAbstract implements Reflector
/** @return ReflectionParameter[] */
public function getParameters() {}
- /** @return string|false */
+ /** @return string */
public function getShortName() {}
/** @return int|false */
@@ -349,10 +349,10 @@ class ReflectionClass implements Reflector
/** @return bool */
public function inNamespace() {}
- /** @return string|false */
+ /** @return string */
public function getNamespaceName() {}
- /** @return string|false */
+ /** @return string */
public function getShortName() {}
}