Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Apr 19, 2017
1 parent 2f561b6 commit 8aff19a
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 37 deletions.
18 changes: 0 additions & 18 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,11 @@ filter:
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 2
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [tests, vendor]
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ matrix:
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
- php: 7.1
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=false
- php: hhvm
env: COLLECT_COVERAGE=false VALIDATE_CODING_STYLE=false
fast_finish: true
allow_failures:
- php: hhvm

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All Notable changes to `League\Uri\Components` will be documented in this file

## Next
## 1.0.4 - 2017-04-19

### Added

Expand Down
6 changes: 4 additions & 2 deletions src/AbstractUri.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri\Schemes
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 1.0.3
* @version 1.0.4
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down
6 changes: 4 additions & 2 deletions src/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri\Schemes
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 1.0.3
* @version 1.0.4
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down
6 changes: 4 additions & 2 deletions src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri\Schemes
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 1.0.3
* @version 1.0.4
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down
6 changes: 4 additions & 2 deletions src/Ftp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri\Schemes
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 1.0.3
* @version 1.0.4
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down
6 changes: 4 additions & 2 deletions src/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri\Schemes
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 1.0.3
* @version 1.0.4
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down
6 changes: 4 additions & 2 deletions src/UriException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri\Schemes
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-parser/blob/master/LICENSE (MIT License)
* @version 0.3.0
* @version 1.0.4
* @link https://github.com/thephpleague/uri-parser/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down
6 changes: 4 additions & 2 deletions src/Ws.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri\Schemes
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 1.0.3
* @version 1.0.4
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down

0 comments on commit 8aff19a

Please sign in to comment.