Skip to content

Commit 09eadcf

Browse files
authored
Made IsOutputable public
1 parent f09456d commit 09eadcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ConstraintError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
abstract class ConstraintError extends \Graphpinator\Exception\GraphpinatorBase
88
{
9-
protected function isOutputable() : bool
9+
final public function isOutputable() : bool
1010
{
1111
return true;
1212
}

0 commit comments

Comments
 (0)