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.
2 parents d0d548a + 02affff commit a1a48c8Copy full SHA for a1a48c8
1 file changed
lib/Fhaculty/Graph/GraphViz.php
@@ -253,7 +253,7 @@ public function createImageFile()
253
254
$ret = file_put_contents($tmp, $script, LOCK_EX);
255
if ($ret === false) {
256
- throw new UnexpectedValuexception('Unable to write graphviz script to temporary file');
+ throw new UnexpectedValueException('Unable to write graphviz script to temporary file');
257
}
258
259
$ret = 0;
0 commit comments