10000 fixed CS · symfony/symfony@26f933e · GitHub
[go: up one dir, main page]

Skip to content

Commit 26f933e

Browse files
committed
fixed CS
1 parent db1d145 commit 26f933e

File tree

57 files changed

+276
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+276
-163
lines changed

check_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $finder
2828
->name('*.yml')
2929
->in(__DIR__.'/src')
3030
->notName(basename(__FILE__))
31+
->notName('sfTests.yml')
3132
->exclude('.git')
3233
->exclude('vendor')
3334
;

src/Symfony/Bridge/Propel1/Tests/Fixtures/ReadOnlyItem.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Bridge\Propel1\Tests\Fixtures;
1313

14-
use \PropelPDO;
15-
1614
class ReadOnlyItem extends \BaseObject
1715
{
1816
public function getName()

src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,4 @@
326326
{% block field_enctype %}{{ block('form_enctype') }}{% endblock %}
327327
{% block field_errors %}{{ block('form_errors') }}{% endblock %}
328328
{% block field_rest %}{{ block('form_rest') }}{% endblock %}
329-
{% block field_rows %}{{ block('form_rows') }}{% endblock %}
329+
{% block field_rows %}{{ block('form_rows') }}{% endblock %}

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ private function registerAnnotationsConfiguration(array $config, ContainerBuilde
644644
->replaceArgument(2, $config['debug'])
645645
;
646646
$container->setAlias('annotation_reader', 'annotations.file_cache_reader');
647-
} else if('none' !== $config['cache']) {
647+
} elseif ('none' !== $config['cache']) {
648648
$container
649649
->getDefinition('annotations.cached_reader')
650650
->replaceArgument(1, new Reference($config['cache']))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php echo $view['form']->renderBlock('widget_attributes') ?>
1+
<?php echo $view['form']->renderBlock('widget_attributes') ?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php echo $view['form']->renderBlock('choice_widget_options') ?>
1+
<?php echo $view['form']->renderBlock('choice_widget_options') ?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php echo $view['form']->renderBlock('widget_container_attributes') ?>
1+
<?php echo $view['form']->renderBlock('widget_container_attributes') ?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php echo $view['form']->renderBlock('form_enctype') ?>
1+
<?php echo $view['form']->renderBlock('form_enctype') ?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php echo $view['form']->renderBlock('form_errors') ?>
1+
<?php echo $view['form']->renderBlock('form_errors') ?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php echo $view['form']->renderBlock('form_label') ?>
1+
<?php echo $view['form']->renderBlock('form_label') ?>

0 commit comments

Comments
 (0)
0