Skip to content

Commit 143f900

Browse files
committed
CS: There should be no empty lines following phpdocs
1 parent 503c760 commit 143f900

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ private function configureDbalAclProvider(array $config, ContainerBuilder $conta
155155
* @param array $config An array of configuration settings
156156
* @param ContainerBuilder $container A ContainerBuilder instance
157157
*/
158-
159158
private function createRoleHierarchy($config, ContainerBuilder $container)
160159
{
161160
if (!isset($config['role_hierarchy'])) {

src/Symfony/Component/HttpFoundation/BinaryFileResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
11-
1211
namespace Symfony\Component\HttpFoundation;
1312

1413
use Symfony\Component\HttpFoundation\File\File;

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*
1717
* @see http://php.net/sessionhandler
1818
*/
19-
2019
if (PHP_VERSION_ID >= 50400) {
2120
class NativeSessionHandler extends \SessionHandler
2221
{

src/Symfony/Component/Process/Tests/NonStopableProcess.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*
88
* @example `php NonStopableProcess.php 42` will run the script for 42 seconds
99
*/
10-
1110
function handleSignal($signal)
1211
{
1312
switch ($signal) {

0 commit comments

Comments
 (0)