Skip to content

Commit 74ce681

Browse files
adamwojsViniTou
authored andcommitted
[phpstan] Fixed issues reported by phpstan
1 parent 24f48aa commit 74ce681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Exception/NoValidLocationsException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class NoValidLocationsException extends Exception
1818
public function __construct(Content $content)
1919
{
2020
parent::__construct("No valid location could be determined for content #{$content->id}");
21+
2122
$this->content = $content;
2223
}
2324

0 commit comments

Comments
 (0)