Skip to content

Commit

Permalink
Fix coding standard [skip fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Mar 21, 2017
1 parent 82cf6c0 commit 8327fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/SsoUserMobileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class SsoUserMobileTest extends BaseControllerTestCase
protected $statusCodes = [
'index' => 302,
'create' => 302,
'check' => 302
'check' => 302,
];
}

0 comments on commit 8327fbc

Please sign in to comment.