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 cc69f9a commit 6fba735Copy full SHA for 6fba735
src/Exception/ParserError.php
@@ -13,7 +13,7 @@ public function __construct(\Graphpinator\Common\Location $location)
13
$this->location = $location;
14
}
15
16
- final protected function isOutputable() : bool
+ final public function isOutputable() : bool
17
{
18
return true;
19
0 commit comments