File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2020/**
2121 * @author Stanislau Komar <head.trackingsoft@gmail.com>
2222 */
23- class ProviderPluginLocator implements ProviderPluginLocatorInterface
23+ readonly class ProviderPluginLocator implements ProviderPluginLocatorInterface
2424{
2525 /**
2626 * @param KernelInterface $kernel
2727 */
28- public function __construct (private readonly KernelInterface $ kernel )
29- {
28+ public function __construct (
29+ private KernelInterface $ kernel
30+ ) {
3031 }
3132
3233 /**
Original file line number Diff line number Diff line change 1818/**
1919 * @author Stanislau Komar <head.trackingsoft@gmail.com>
2020 */
21- class ProviderPluginLocatorFactory implements ProviderPluginLocatorFactoryInterface
21+ readonly class ProviderPluginLocatorFactory implements ProviderPluginLocatorFactoryInterface
2222{
2323 /**
2424 * @param KernelInterface $kernel
2525 */
2626 public function __construct (
27- private readonly KernelInterface $ kernel
28- )
29- {
27+ private KernelInterface $ kernel
28+ ) {
3029 }
3130
3231 /**
Original file line number Diff line number Diff line change 11{
22 "name" : " micro/plugin-oauth2-client" ,
33 "description" : " Micro Framework: OAuth2 client based on league/oauth2-client" ,
4+ "license" : " MIT" ,
45 "type" : " micro-library" ,
6+ "authors" : [
7+ {
8+ "name" : " Stanislau Komar" ,
9+ "email" : " stanislau_komar@epam.com"
10+ }
11+ ],
512 "require" : {
613 "micro/kernel" : " ^2.0" ,
714 "micro/plugin-locator" : " ^2.0" ,
815 "league/oauth2-client" : " ^2"
916 },
10- "license " : " MIT " ,
17+ "minimum-stability " : " dev " ,
1118 "autoload" : {
1219 "psr-4" : {
1320 "Micro\\ Plugin\\ OAuth2\\ Client\\ " : " /"
1421 }
15- },
16- "authors" : [
17- {
18- "name" : " Stanislau Komar" ,
19- "email" : " stanislau_komar@epam.com"
20- }
21- ],
22- "minimum-stability" : " dev"
22+ }
2323}
You can’t perform that action at this time.
0 commit comments