Completed
Push — master ( 6e56f1...a9e3d8 )
by Tomáš
10:41 queued 06:05
created
src/Bundle/TwigBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.
src/Bundle/TwigBundle/TwigFormatter.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -47,9 +47,9 @@
 block discarded – undo
47 47
         $this->arrayLoader = $arrayLoader;
48 48
     }
49 49
 
50
-     /**
51
-     * {@inheritdoc}
52
-     */
50
+        /**
51
+         * {@inheritdoc}
52
+         */
53 53
     public function formatBlocks(FormatContext $formatContext)
54 54
     {
55 55
         try {
Please login to merge, or discard this patch.
src/Bundle/MarkdownBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.
src/Bundle/TextileBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.
src/Bundle/PaginationBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.
src/Bundle/SculpinBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.
src/Bundle/ThemeBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.
src/Bundle/PostsBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.
src/Bundle/ContentTypesBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder()
28 28
     {
29 29
         $treeBuilder = new TreeBuilder;
Please login to merge, or discard this patch.