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

Commit

Permalink
Merge branch 'cs/various-things' of https://github.com/Maks3w/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
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 86ede54

Please sign in to comment.