We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6429224 commit 922d59eCopy full SHA for 922d59e
1 file changed
src/Config.php
@@ -319,7 +319,7 @@ public function getPrimaryRoute() : array
319
}
320
321
322
- throw new \InvalidArgumentException(sprintf('No primary route found. This isn\'t supposed to happen'));
+ throw new \InvalidArgumentException(sprintf('No primary route found. This isn\'t supposed to happen.'));
323
324
325
/**
0 commit comments