Skip to content

Commit

Permalink
docs: add ","
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 3, 2023
1 parent 96a822e commit 262c048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Test/ControllerTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected function setUpControllerTestTrait(): void
}

if (empty($this->request)) {
// Do some acrobatics so we can use the Request service with our own URI
// Do some acrobatics, so we can use the Request service with our own URI
$tempUri = Services::uri();
Services::injectMock('uri', $this->uri);

Expand Down

0 comments on commit 262c048

Please sign in to comment.