Skip to content

Commit

Permalink
Adjust timeout for scrutinizer code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kongr45gpen committed Jul 17, 2016
1 parent c86b6e2 commit c7b90c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ imports:

tools:
external_code_coverage:
timeout: 1800
timeout: 600
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
Expand Down
2 changes: 1 addition & 1 deletion src/Model/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public static function fetchFromSlug($slug)
* Creates a new entry in the database
*
* <code>
* Model::create(array( 'author'=>15, 'content'=>"Lorem ipsum..." ), 'is');
* Model::create(array( 'author'=>15, 'content'=>"Lorem ipsum..." ));
* </code>
*
* @param array $params An associative array, with the keys (columns) pointing to the
Expand Down

0 comments on commit c7b90c4

Please sign in to comment.