We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37353ad commit f18498bCopy full SHA for f18498b
appengine/flexible/websockets/index.php
@@ -19,7 +19,6 @@
19
20
use Silex\Application;
21
use Silex\Provider\TwigServiceProvider;
22
-use Silex\Provider\RoutingServiceProvider;
23
24
// create the Silex application
25
$app = new Application();
appengine/flexible/websockets/test/system_test.php
@@ -50,7 +50,7 @@ public function testIndex()
50
return $endPromise;
51
})
52
->otherwise(function ($e) {
53
- echo "Error: " . $e->getMessage() ."\n";
+ echo "Error: " . $e->getMessage() . "\n";
54
throw $e;
55
});
56
0 commit comments