Skip to content

Commit f882efc

Browse files
committed
Move phpstan to dev
1 parent 91eceaf commit f882efc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"require": {
1515
"php": ">=8.0 <8.2",
1616
"guzzlehttp/guzzle": "^7.3",
17-
"spatie/guzzle-rate-limiter-middleware": "^2.0",
18-
"phpstan/phpstan": "^1.8"
17+
"spatie/guzzle-rate-limiter-middleware": "^2.0"
1918
},
2019
"require-dev": {
2120
"phpunit/phpunit": ">=9.0",
2221
"gitonomy/gitlib": ">=1.2",
2322
"phpfui/phpunit-syntax-coverage": "^1.0",
2423
"roave/security-advisories": "dev-latest",
2524
"friendsofphp/php-cs-fixer": "^3.0",
26-
"symfony/yaml": "^5.3"
25+
"symfony/yaml": "^5.3",
26+
"phpstan/phpstan": "^1.8"
2727
},
2828
"autoload": {
2929
"psr-4": {"PHPFUI\\": "src/"}

src/ConstantContact/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(private string $clientAPIKey, private string $client
5757
*
5858
* Callback function signature:
5959
*
60-
* @return string $value from store or value passed in on set (ignored)
60+
* - function(string $key, string $value) : string // returns string $value from store or value passed in on set (ignored)
6161
*/
6262
public function setSessionCallback(callable $callback) : self
6363
{

0 commit comments

Comments
 (0)