Completed
Push — prototype ( 3bfdd7...aec713 )
by Peter
07:47
created
examples/simple/public/logger-aware-custom/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
examples/simple/public/service-factory-class-invokable/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
examples/simple/public/service-factory-class/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
examples/simple/public/service-factory-closure/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
examples/simple/public/service-factory-object-invokable/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
examples/simple/public/service-factory-object/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.