@@ -10,8 +10,6 @@ |
||
| 10 | 10 | use WebinoAppLib\Response\Content\SourcePreview; |
| 11 | 11 | use WebinoAppLib\Router\DefaultRoute; |
| 12 | 12 | use WebinoExamplesLib\Html\FieldSetScrollBox; |
| 13 | -use WebinoHtmlLib\Html; |
|
| 14 | -use WebinoExamplesLib\Html\ScrollBox; |
|
| 15 | 13 | use WebinoConfigLib\Feature\Log; |
| 16 | 14 | use WebinoConfigLib\Feature\Logger; |
| 17 | 15 | use WebinoLogLib\LoggerAwareInterface; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | * Webino Example |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | -use WebinoAppLib\Application\CoreConfig; |
|
| 8 | 7 | use WebinoAppLib\Event\RouteEvent; |
| 9 | 8 | use WebinoAppLib\Feature\Service; |
| 10 | 9 | use WebinoAppLib\Response\Content\SourcePreview; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | * Webino Example |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | -use WebinoAppLib\Application\CoreConfig; |
|
| 8 | 7 | use WebinoAppLib\Event\RouteEvent; |
| 9 | 8 | use WebinoAppLib\Factory\AbstractFactory; |
| 10 | 9 | use WebinoAppLib\Feature\Service; |
@@ -4,9 +4,7 @@ |
||
| 4 | 4 | * Webino Example |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | -use WebinoAppLib\Application\CoreConfig; |
|
| 8 | 7 | use WebinoAppLib\Event\RouteEvent; |
| 9 | -use WebinoAppLib\Factory\AbstractFactory; |
|
| 10 | 8 | use WebinoAppLib\Feature\Service; |
| 11 | 9 | use WebinoAppLib\Response\Content\SourcePreview; |
| 12 | 10 | use WebinoAppLib\Router\DefaultRoute; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | * Webino Example |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | -use WebinoAppLib\Application\CoreConfig; |
|
| 8 | 7 | use WebinoAppLib\Event\RouteEvent; |
| 9 | 8 | use WebinoAppLib\Feature\Service; |
| 10 | 9 | use WebinoAppLib\Response\Content\SourcePreview; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | * Webino Example |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | -use WebinoAppLib\Application\CoreConfig; |
|
| 8 | 7 | use WebinoAppLib\Event\RouteEvent; |
| 9 | 8 | use WebinoAppLib\Factory\AbstractFactory; |
| 10 | 9 | use WebinoAppLib\Feature\Service; |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * @param object|Bootstrap $bootstrap |
|
| 43 | + * @param Bootstrap $bootstrap |
|
| 44 | 44 | * @param callable $trigger |
| 45 | 45 | * @return AbstractConfiguredApplication |
| 46 | 46 | * @triggers bootstrap |
@@ -52,6 +52,7 @@ discard block |
||
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * {@inheritdoc} |
| 55 | + * @param string $factory |
|
| 55 | 56 | */ |
| 56 | 57 | public function set($service, $factory = null) |
| 57 | 58 | { |
@@ -116,7 +117,7 @@ discard block |
||
| 116 | 117 | } |
| 117 | 118 | |
| 118 | 119 | /** |
| 119 | - * @param $service |
|
| 120 | + * @param string $service |
|
| 120 | 121 | */ |
| 121 | 122 | private function setService($service) |
| 122 | 123 | { |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | /** |
| 59 | 59 | * @param DebuggerInterface $debugger |
| 60 | - * @return mixed|DebuggerInterface|\WebinoAppLib\Service\NullDebugger |
|
| 60 | + * @return DebuggerInterface|null |
|
| 61 | 61 | */ |
| 62 | 62 | private function createDebugger(DebuggerInterface $debugger = null) |
| 63 | 63 | { |