Skip to content

Commit 6fba735

Browse files
authored
Made IsOutputable public
1 parent cc69f9a commit 6fba735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ParserError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function __construct(\Graphpinator\Common\Location $location)
1313
$this->location = $location;
1414
}
1515

16-
final protected function isOutputable() : bool
16+
final public function isOutputable() : bool
1717
{
1818
return true;
1919
}

0 commit comments

Comments
 (0)