Skip to content

Commit 4a0c027

Browse files
committed
Add missing coverage annotation
split: 1ba7864e62002755210e8f384bbbffda54417c7b
1 parent 032604d commit 4a0c027

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.styleci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
disabled:
22
- phpdoc_var_without_name
3-
- simplified_null_return

DependencyInjection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
class DependencyInjection implements DependencyInjectionInterface
1313
{
1414
/**
15-
* @var array[Requirement]
15+
* @var Requirement[]
1616
*/
1717
private $dependencies = [];
1818

1919
/**
20-
* @var array
20+
* @var array[]
2121
*/
2222
private $dependenciesParams = [];
2323

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"source": "https://github.com/phug-php/util",
2323
"docs": "http://phug-lang.com/docs"
2424
},
25-
"minimum-stability": "stable",
25+
"minimum-stability": "dev",
2626
"require": {
2727
"phug/util": "^0.4.0 || ^1.0"
2828
},

0 commit comments

Comments
 (0)