Completed
Push — prototype ( d6018b...942ea2 )
by Peter
03:41
created
examples/simple/public/console-input-multi-line/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
 $app = Webino::application($config)->bootstrap();
45 45
 
46
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
46
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
47 47
     $event->setResponseContent([
48 48
         new Html\Text('Use Command Line Interface!'),
49 49
         new ConsolePreview('preview.gif'),
Please login to merge, or discard this patch.
examples/simple/public/console-input/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
 $app = Webino::application($config)->bootstrap();
45 45
 
46
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
46
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
47 47
     $event->setResponseContent([
48 48
         new Html\Text('Use Command Line Interface!'),
49 49
         new ConsolePreview('preview.gif'),
Please login to merge, or discard this patch.
examples/simple/public/console-radio/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
 $app = Webino::application($config)->bootstrap();
45 45
 
46
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
46
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
47 47
     $event->setResponseContent([
48 48
         new Html\Text('Use Command Line Interface!'),
49 49
         new ConsolePreview('preview.gif'),
Please login to merge, or discard this patch.
examples/simple/public/console-password/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
 $app = Webino::application($config)->bootstrap();
45 45
 
46
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
46
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
47 47
     $event->setResponseContent([
48 48
         new Html\Text('Use Command Line Interface!'),
49 49
         new ConsolePreview('preview.gif'),
Please login to merge, or discard this patch.
examples/simple/public/console-dump/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
 $app = Webino::application($config)->bootstrap();
44 44
 
45
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
45
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
46 46
     $event->setResponseContent([
47 47
         new Html\Text('Use Command Line Interface!'),
48 48
         new ConsolePreview('preview.jpg'),
Please login to merge, or discard this patch.
examples/simple/public/console-flank/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
 $app = Webino::application($config)->bootstrap();
44 44
 
45
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
45
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
46 46
     $event->setResponseContent([
47 47
         new Html\Text('Use Command Line Interface!'),
48 48
         new ConsolePreview('preview.jpg'),
Please login to merge, or discard this patch.
examples/simple/public/console-columns/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 
80 80
 $app = Webino::application($config)->bootstrap();
81 81
 
82
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
82
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
83 83
     $event->setResponseContent([
84 84
         new Html\Text('Use Command Line Interface!'),
85 85
         (new ConsolePreview('preview.jpg'))->setHeight(400),
Please login to merge, or discard this patch.
examples/simple/public/console-progress-manually/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use WebinoExamplesLib\Html\ConsolePreview;
14 14
 use WebinoHtmlLib\Html;
15 15
 
16
-require __DIR__ . '/../../vendor/autoload.php';
16
+require __DIR__.'/../../vendor/autoload.php';
17 17
 
18 18
 class MyConsoleCommand extends AbstractConsoleCommand
19 19
 {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
 $app = Webino::application($config)->bootstrap();
45 45
 
46
-$app->bind(DefaultRoute::class, function (RouteEvent $event) {
46
+$app->bind(DefaultRoute::class, function(RouteEvent $event) {
47 47
     $event->setResponseContent([
48 48
         new Html\Text('Use Command Line Interface!'),
49 49
         new ConsolePreview('preview.gif'),
Please login to merge, or discard this patch.
examples/simple/public/route-bind-aggregate-class/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
 use WebinoAppLib\Router\DefaultRoute;
10 10
 use WebinoEventLib\AbstractListener;
11 11
 
12
-require __DIR__ . '/../../vendor/autoload.php';
12
+require __DIR__.'/../../vendor/autoload.php';
13 13
 
14 14
 /**
15 15
  * Custom listener aggregate
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
         /**
22 22
          * Handling default route.
23 23
          */
24
-        $this->listen(DefaultRoute::class, function (RouteEvent $event) {
24
+        $this->listen(DefaultRoute::class, function(RouteEvent $event) {
25 25
             $event->setResponseContent(['Hello Webino!', new SourcePreview(__FILE__)]);
26 26
         });
27 27
     }
Please login to merge, or discard this patch.