Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
[PSR-2] fixers=braces,elseif,short_tag,php_closing_tag,trailing_space…
Browse files Browse the repository at this point in the history
…s,linefeed

Applied php-cs-fixer --fixers=braces,elseif,short_tag,php_closing_tag,trailing_spaces,linefeed
  • Loading branch information
Maks3w committed Jul 12, 2012
1 parent fd2330d commit bb4f77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exception/InvalidUriPartException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class InvalidUriPartException extends InvalidArgumentException
{
/**
* Part-specific error codes
*
*
* @var integer
*/
const INVALID_SCHEME = 1;
Expand All @@ -31,5 +31,5 @@ class InvalidUriPartException extends InvalidArgumentException
const INVALID_AUTHORITY = 30;
const INVALID_PATH = 32;
const INVALID_QUERY = 64;
const INVALID_FRAGMENT = 128;
const INVALID_FRAGMENT = 128;
}

0 comments on commit bb4f77a

Please sign in to comment.