Skip to content

Commit

Permalink
Update CS.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jun 18, 2019
1 parent 791d15c commit 62c0568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Exceptions/ValidationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class ValidationException extends HttpException
/**
* Create a new exception instance.
*
* @param \Illuminate\Contracts\Validation\Validator $validator
* @param \Symfony\Component\HttpFoundation\Response $response
* @param string. $errorBag
* @param \Illuminate\Contracts\Validation\Validator $validator
* @param \Symfony\Component\HttpFoundation\Response $response
* @param string. $errorBag
*
* @return void
*/
Expand All @@ -66,7 +66,7 @@ public function errors()
/**
* Set the HTTP status code to be used for the response.
*
* @param int $statusCode
* @param int $statusCode
*
* @return $this
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Exceptions/ValidationExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Katsana\Tests\Exceptions;

use PHPUnit\Framework\TestCase;
use Katsana\Exceptions\ValidationException;
use Mockery as m;
use PHPUnit\Framework\TestCase;

class ValidationExceptionTest extends TestCase
{
Expand Down

0 comments on commit 62c0568

Please sign in to comment.