File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 22 "name" : " micro/kernel" ,
33 "type" : " library" ,
44 "description" : " " ,
5- "version" : " 1.1 " ,
5+ "version" : " 1.2 " ,
66 "license" : " MIT" ,
77 "autoload" : {
88 "psr-4" : {
Original file line number Diff line number Diff line change 33namespace Micro \Framework \Kernel ;
44
55use Micro \Component \DependencyInjection \Container ;
6- use Micro \Framework \Kernel \Plugin \ApplicationPluginInterface ;
76use Micro \Framework \Kernel \Plugin \PluginBootLoaderInterface ;
87
98class Kernel implements KernelInterface
@@ -19,7 +18,7 @@ class Kernel implements KernelInterface
1918 private bool $ isTerminated ;
2019
2120 /**
22- * @var ApplicationPluginInterface []
21+ * @var object []
2322 */
2423 private array $ plugins ;
2524
Original file line number Diff line number Diff line change 55use Micro \Component \DependencyInjection \Container ;
66use Micro \Framework \Kernel \Container \ApplicationContainerFactoryInterface ;
77use Micro \Framework \Kernel \Container \Impl \ApplicationContainerFactory ;
8- use Micro \Framework \Kernel \Plugin \ApplicationPluginInterface ;
98use Micro \Framework \Kernel \Plugin \PluginBootLoaderInterface ;
109use Psr \Container \ContainerInterface ;
1110
1211class KernelBuilder
1312{
1413 /**
15- * @var iterable<ApplicationPluginInterface >
14+ * @var iterable<object >
1615 */
1716 private iterable $ pluginCollection ;
1817
Original file line number Diff line number Diff line change 33namespace Micro \Framework \Kernel ;
44
55use Micro \Component \DependencyInjection \Container ;
6- use Micro \Framework \Kernel \Plugin \ApplicationPluginInterface ;
76
87interface KernelInterface
98{
@@ -31,7 +30,7 @@ public function terminate(): void;
3130 /**
3231 * @param string|null $interfaceInherited
3332 *
34- * @return iterable<ApplicationPluginInterface >
33+ * @return iterable<object >
3534 */
3635 public function plugins (string $ interfaceInherited = null ): iterable ;
3736}
You can’t perform that action at this time.
0 commit comments