[2.3] Docblocks should not be followed by a blank line

This commit is contained in:
Graham Campbell 2014-12-15 18:10:17 +00:00 committed by Fabien Potencier
parent 503c7608ab
commit 4e7ba1bd72
4 changed files with 1 additions and 4 deletions

View File

@ -155,7 +155,6 @@ class SecurityExtension extends Extension
* @param array $config An array of configuration settings * @param array $config An array of configuration settings
* @param ContainerBuilder $container A ContainerBuilder instance * @param ContainerBuilder $container A ContainerBuilder instance
*/ */
private function createRoleHierarchy($config, ContainerBuilder $container) private function createRoleHierarchy($config, ContainerBuilder $container)
{ {
if (!isset($config['role_hierarchy'])) { if (!isset($config['role_hierarchy'])) {

View File

@ -1,6 +1,6 @@
<?php <?php
/** /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien@symfony.com> * (c) Fabien Potencier <fabien@symfony.com>

View File

@ -16,7 +16,6 @@ namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
* *
* @see http://php.net/sessionhandler * @see http://php.net/sessionhandler
*/ */
if (PHP_VERSION_ID >= 50400) { if (PHP_VERSION_ID >= 50400) {
class NativeSessionHandler extends \SessionHandler class NativeSessionHandler extends \SessionHandler
{ {

View File

@ -7,7 +7,6 @@
* *
* @example `php NonStopableProcess.php 42` will run the script for 42 seconds * @example `php NonStopableProcess.php 42` will run the script for 42 seconds
*/ */
function handleSignal($signal) function handleSignal($signal)
{ {
switch ($signal) { switch ($signal) {