We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6ec86 commit 9e6f122Copy full SHA for 9e6f122
Classes/Interfaces/ConstructibleFromString.php
@@ -10,11 +10,7 @@
10
interface ConstructibleFromString
11
{
12
/**
13
- * Creates an instance of the class based on the provided string.
14
- *
15
- * @param string $value
16
17
- * @return object
+ * Creates an instance of the class based on the provided string
18
*/
19
- public static function fromString(string $value);
+ public static function fromString(string $value): ?object;
20
}
0 commit comments