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.
Value::getArrayRepresentation
1 parent b6e4d25 commit 7566715Copy full SHA for 7566715
1 file changed
src/Value/Value.php
@@ -188,7 +188,9 @@ public static function parsePrimitiveValue(ParserState $parserState)
188
*/
189
public function getArrayRepresentation(): array
190
{
191
- throw new \BadMethodCallException('`getArrayRepresentation` is not yet implemented for `' . self::class . '`');
+ throw new \BadMethodCallException(
192
+ '`getArrayRepresentation` is not yet implemented for `' . static::class . '`'
193
+ );
194
}
195
196
/**
0 commit comments