Passed
Pull Request — release/3.x (#20)
by Muhammed
08:31 queued 01:39
created
src/Zicht/Bundle/PageBundle/Command/CleanAliasCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,10 +69,10 @@
 block discarded – undo
69 69
         foreach ($records as $record) {
70 70
             $table->addRow(
71 71
                 [
72
-                   $record['public_url'],
73
-                   $record['internal_url'],
74
-                   $record['page_id'],
75
-                   $record['original_page_id'],
72
+                    $record['public_url'],
73
+                    $record['internal_url'],
74
+                    $record['page_id'],
75
+                    $record['original_page_id'],
76 76
                 ]
77 77
             );
78 78
         }
Please login to merge, or discard this patch.
src/Zicht/Bundle/PageBundle/Entity/ViewablePageRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 /**
3 3
  * @author Oskar van Velden <[email protected]>
4 4
  * @copyright Zicht Online <http://zicht.nl>
5
-  */
5
+ */
6 6
 
7 7
 namespace Zicht\Bundle\PageBundle\Entity;
8 8
 
Please login to merge, or discard this patch.