Skip to content

Commit f18498b

Browse files
author
ace-n
committed
Fix lint
1 parent 37353ad commit f18498b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

appengine/flexible/websockets/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
use Silex\Application;
2121
use Silex\Provider\TwigServiceProvider;
22-
use Silex\Provider\RoutingServiceProvider;
2322

2423
// create the Silex application
2524
$app = new Application();

appengine/flexible/websockets/test/system_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testIndex()
5050
return $endPromise;
5151
})
5252
->otherwise(function ($e) {
53-
echo "Error: " . $e->getMessage() ."\n";
53+
echo "Error: " . $e->getMessage() . "\n";
5454
throw $e;
5555
});
5656

0 commit comments

Comments
 (0)