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 cc3e79a commit 3758904Copy full SHA for 3758904
src/Graph/GraphComposer.php
@@ -42,7 +42,7 @@ class GraphComposer
42
* @param string $dir
43
* @param GraphViz|null $graphviz
44
*/
45
- public function __construct($dir, GraphViz $graphviz = null)
+ public function __construct($dir, ?GraphViz $graphviz = null)
46
{
47
if ($graphviz === null) {
48
$graphviz = new GraphViz();
0 commit comments