Skip to content

Commit

Permalink
Merge pull request #1164 from LaravelRUS/analysis-EAEdGx
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
daaner authored Feb 4, 2020
2 parents b1e5aaf + 8bee2ae commit 42b765a
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 42b765a

Please sign in to comment.