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 f09456d commit 09eadcfCopy full SHA for 09eadcf
src/Exception/ConstraintError.php
@@ -6,7 +6,7 @@
6
7
abstract class ConstraintError extends \Graphpinator\Exception\GraphpinatorBase
8
{
9
- protected function isOutputable() : bool
+ final public function isOutputable() : bool
10
11
return true;
12
}
0 commit comments