Completed
Pull Request — master (#7)
by Paweł
10:17 queued 05:33
created
SWP/TemplatesSystem/Twig/TokenParser/ContainerTokenParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $lineno = $token->getLine();
48 48
         $stream = $this->parser->getStream();
49 49
 
50
-        $name  = $this->parser->getExpressionParser()->parseExpression();
50
+        $name = $this->parser->getExpressionParser()->parseExpression();
51 51
         
52 52
         $parameters = null;
53 53
         if ($stream->nextIf(\Twig_Token::NAME_TYPE, 'with')) {
Please login to merge, or discard this patch.
SWP/TemplatesSystem/Tests/Gimme/Model/Widget.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 namespace SWP\TemplatesSystem\Tests\Gimme\Model;
16 16
 
17 17
 use SWP\TemplatesSystem\Gimme\Model\WidgetInterface;
18
-use Doctrine\Common\Collections\ArrayCollection;
19 18
 
20 19
 /**
21 20
  * Widget.
Please login to merge, or discard this patch.