|
@@ -1,5 +1,5 @@ discard block |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
|
-declare(strict_types=1); |
|
|
2
|
+declare(strict_types = 1); |
|
3
|
3
|
|
|
4
|
4
|
namespace Lookyman\NetteOAuth2Server\Storage\Doctrine\Scope; |
|
5
|
5
|
|
|
@@ -27,7 +27,7 @@ discard block |
|
|
block discarded – undo |
|
27
|
27
|
public function __construct(Registry $registry, callable $scopeFinalizer = null) |
|
28
|
28
|
{ |
|
29
|
29
|
$this->registry = $registry; |
|
30
|
|
- $this->scopeFinalizer = $scopeFinalizer ?: function (array $scopes) { return $scopes; }; |
|
|
30
|
+ $this->scopeFinalizer = $scopeFinalizer ?: function(array $scopes) { return $scopes; }; |
|
31
|
31
|
} |
|
32
|
32
|
|
|
33
|
33
|
/** |
Please login to merge, or discard this patch.