Completed
Push — master ( a356c2...a7c553 )
by
unknown
02:11
created
src/Sculpin/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(): TreeBuilder
28 28
     {
29 29
         $treeBuilder = new TreeBuilder('sculpin_twig');
Please login to merge, or discard this patch.
src/Sculpin/Bundle/MarkdownBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 class Configuration implements ConfigurationInterface
24 24
 {
25 25
     /**
26
-    * {@inheritdoc}
27
-    */
26
+     * {@inheritdoc}
27
+     */
28 28
     public function getConfigTreeBuilder(): TreeBuilder
29 29
     {
30 30
         $treeBuilder = new TreeBuilder('sculpin_markdown');
Please login to merge, or discard this patch.
src/Sculpin/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(): TreeBuilder
28 28
     {
29 29
         $treeBuilder = new TreeBuilder('sculpin_posts');
Please login to merge, or discard this patch.
src/Sculpin/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
 final class Configuration implements ConfigurationInterface
23 23
 {
24 24
     /**
25
-    * {@inheritdoc}
26
-    */
25
+     * {@inheritdoc}
26
+     */
27 27
     public function getConfigTreeBuilder(): TreeBuilder
28 28
     {
29 29
         $treeBuilder = new TreeBuilder('sculpin');
Please login to merge, or discard this patch.
src/Sculpin/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(): TreeBuilder
28 28
     {
29 29
         $treeBuilder = new TreeBuilder('sculpin_pagination');
Please login to merge, or discard this patch.
src/Sculpin/Bundle/TextileBundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 class Configuration implements ConfigurationInterface
24 24
 {
25 25
     /**
26
-    * {@inheritdoc}
27
-    */
26
+     * {@inheritdoc}
27
+     */
28 28
     public function getConfigTreeBuilder(): TreeBuilder
29 29
     {
30 30
         $treeBuilder = new TreeBuilder('sculpin_textile');
Please login to merge, or discard this patch.
src/Sculpin/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(): TreeBuilder
28 28
     {
29 29
         $treeBuilder = new TreeBuilder('sculpin_theme');
Please login to merge, or discard this patch.
src/Sculpin/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(): TreeBuilder
28 28
     {
29 29
         $treeBuilder = new TreeBuilder('sculpin_content_types');
Please login to merge, or discard this patch.