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

Commit

Permalink
scrutinizer config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed May 6, 2017
1 parent 2ef43a9 commit f79fbfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checks:
duplication: true
build:
environment:
php: '7.0.8'
php: '7.1'
tests:
override:
-
Expand Down
3 changes: 1 addition & 2 deletions src/Core/Application.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Selami Application
Expand All @@ -7,11 +8,9 @@
* @license https://github.com/selamiphp/core/blob/master/LICENSE (MIT License)
*/

declare(strict_types = 1);

namespace Selami\Core;

use Selami as s;
use Selami\Router;
use Psr\Container\ContainerInterface;
use Psr\Http\Message\ServerRequestInterface;
Expand Down
1 change: 1 addition & 0 deletions src/Core/Result.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

namespace Selami\Core;

use Selami as s;
Expand Down

0 comments on commit f79fbfe

Please sign in to comment.