Page MenuHomeDevCentral

D3218.diff
No OneTemporary

D3218.diff

diff --git a/omnitools/src/Reflection/CallableElement.php b/omnitools/src/Reflection/CallableElement.php
--- a/omnitools/src/Reflection/CallableElement.php
+++ b/omnitools/src/Reflection/CallableElement.php
@@ -15,7 +15,7 @@
private ReflectionFunctionAbstract $callable;
/**
- * @throws ReflectionException
+ * @throws ReflectionException if the callable does not exist.
*/
public function __construct (callable $callable) {
$this->callable = self::getReflectionFunction($callable);

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 23, 05:42 (18 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2597377
Default Alt Text
D3218.diff (524 B)

Event Timeline