Skip to content

Commit ac563b8

Browse files
committed
Bump PHPStan
1 parent 7648fcb commit ac563b8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-json": "*"
1616
},
1717
"require-dev": {
18-
"phpstan/phpstan-shim": "v0.11.4",
18+
"phpstan/phpstan": "v0.12.37",
1919
"nette/tester": "v2.3.1",
2020
"elasticsearch/elasticsearch": "^7",
2121
"guzzlehttp/guzzle": "^6.3",

src/Value/ValueInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
interface ValueInterface
77
{
88

9+
/**
10+
* @return mixed
11+
*/
912
public function value();
1013

1114
}

travis-elastic.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)