Completed
Pull Request — master (#188)
by Sebastian
06:47 queued 27s
created
src/Language/LanguageProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,11 +31,11 @@
 block discarded – undo
31 31
      */
32 32
     public function register()
33 33
     {
34
-        $this->container->add(ASTDirectorInterface::class, function () {
34
+        $this->container->add(ASTDirectorInterface::class, function() {
35 35
             return new ASTDirector(SupportedASTBuilders::get());
36 36
         });
37 37
 
38
-        $this->container->add(NodeDirectorInterface::class, function () {
38
+        $this->container->add(NodeDirectorInterface::class, function() {
39 39
             return new NodeDirector(SupportedNodeBuilders::get());
40 40
         });
41 41
 
Please login to merge, or discard this patch.