CS: There should be no empty lines following phpdocs

This commit is contained in:
Dariusz Rumiński 2014-12-16 23:59:16 +01:00
parent 503c7608ab
commit 143f900a52
4 changed files with 0 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

@ -8,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Symfony\Component\HttpFoundation; namespace Symfony\Component\HttpFoundation;
use Symfony\Component\HttpFoundation\File\File; use Symfony\Component\HttpFoundation\File\File;

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) {