8000 Fixer findings. · symfony/symfony@d7b730f · GitHub
[go: up one dir, main page]

Skip to content

Commit d7b730f

Browse files
committed
Fixer findings.
1 parent 9a90cde commit d7b730f

File tree

9 files changed

+13
-0
lines changed

9 files changed

+13
-0
lines changed

src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testCompileStrict()
3636
trim($compiler->co 8000 mpile($node)->getSource())
3737
);
3838
}
39+
3940
protected function getVariableGetterWithoutStrictCheck($name)
4041
{
4142
if (PHP_VERSION_ID >= 50400) {

src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function getDescribeApplicationTestData()
8282
}
8383

8484
abstract protected function getDescriptor();
85+
8586
abstract protected function getFormat();
8687

8788
private function getDescriptionTestData(array $objects)

src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ public function testSpecificityValue(NodeInterface $node, $value)
2828
}
2929

3030
abstract public function getToStringConversionTestData();
31+
3132
abstract public function getSpecificityValueTestData();
3233
}

src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ public function testDontHandleValue($value)
4343
}
4444

4545
abstract public function getHandleValueTestData();
46+
4647
abstract public function getDontHandleValueTestData();
48+
4749
abstract protected function generateHandler();
4850

4951
protected function assertStreamEmpty(TokenStream $stream)

src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function testRequestShouldNotBeNull()
2828
{
2929
$this->requestHandler->handleRequest($this->getMockForm('name', 'GET'));
3030
}
31+
3132
/**
3233
* @expectedException \Symfony\Component\Form\Exception\UnexpectedTypeException
3334
*/

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,7 @@ public function isNotModified(Request $request)
977977
}
978978

979979
// http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
980+
980981
/**
981982
* Is response invalid?
982983
*

src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class Renderer extends RoutableFragmentRenderer
6565
public function render($uri, Request $request, array $options = array())
6666
{
6767
}
68+
6869
public function getName()
6970
{
7071
}

src/Symfony/Component/Security/Tests/Core/Encoder/EncoderFactoryTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,19 @@ class SomeUser implements UserInterface
8585
public function getRoles()
8686
{
8787
}
88+
8889
public function getPassword()
8990
{
9091
}
92+
9193
public function getSalt()
9294
{
9395
}
96+
9497
public function getUsername()
9598
{
9699
}
100+
97101
public function eraseCredentials()
98102
{
99103
}

src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public function testLoadParentClassMetadata()
8787

8888
$this->assertEquals($expected_parent, $parent_metadata);
8989
}
90+
9091
/**
9192
* Test MetaData merge with parent annotation.
9293
*/

0 commit comments

Comments
 (0)
0