Skip to content

Commit d991965

Browse files
committed
QA, of course
1 parent ba94673 commit d991965

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/discovery/src/RegistryWasNotSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ final class RegistryWasNotSet extends Exception
88
{
99
public function __construct()
1010
{
11-
parent::__construct("No registry was set, did you forget to call `DiscoveryDiscovery::setRegistry()`?");
11+
parent::__construct('No registry was set, did you forget to call `DiscoveryDiscovery::setRegistry()`?');
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)