Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner authored and StyleCIBot committed Feb 4, 2020
1 parent b1e5aaf commit 8bee2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public function getRequest($url = 'http://www.foo.com/hello/world')
public function getTranslatorMock()
{
/**
* @nit Daan mock Facade Lang
*/
* @nit Daan mock Facade Lang
*/
if (version_compare(\Illuminate\Support\Facades\App::version(), '6.0', '>=')) {
return new Lang;
}
Expand Down

0 comments on commit 8bee2ae

Please sign in to comment.