Skip to content

Commit 0d44111

Browse files
committed
composer.json fix
1 parent 17cb1b2 commit 0d44111

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=5.4.0",
19-
"league/oauth2-server": "4.0.*@dev",
19+
"league/oauth2-server": "4.0.*",
2020
"illuminate/database": "4.2.*",
2121
"illuminate/support": "4.2.*",
2222
"illuminate/filesystem": "4.2.*",

src/Storage/FluentClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ class FluentClient extends FluentAdapter implements ClientInterface
2525
protected $limitClientsToGrants = false;
2626

2727
/**
28-
* @param Resolver $connection
28+
* @param Resolver $resolver
2929
* @param bool $limitClientsToGrants
30+
* @internal param Resolver $connection
3031
*/
3132
public function __construct(Resolver $resolver, $limitClientsToGrants = false)
3233
{

0 commit comments

Comments
 (0)