Completed
Push — develop ( 9c5810...353f64 )
by Frank
05:44
created
lib/Phile/FilterIterator/GeneralFileFilterIterator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * the filter class for all files
4
- */
3
+     * the filter class for all files
4
+     */
5 5
 namespace Phile\FilterIterator;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/Model/Page.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The page model
4
- */
3
+     * The page model
4
+     */
5 5
 namespace Phile\Model;
6 6
 
7 7
 use Phile\Core\Router;
Please login to merge, or discard this patch.
lib/Phile/ServiceLocator/MetaInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ServiceLocator MetaParser interface
4
- */
3
+     * ServiceLocator MetaParser interface
4
+     */
5 5
 namespace Phile\ServiceLocator;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/ServiceLocator/ParserInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The ServiceLocator interface
4
- */
3
+     * The ServiceLocator interface
4
+     */
5 5
 namespace Phile\ServiceLocator;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/ServiceLocator/TemplateInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The TemplateInterface
4
- */
3
+     * The TemplateInterface
4
+     */
5 5
 namespace Phile\ServiceLocator;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/ServiceLocator/ErrorHandlerInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The ErrorHandlerInterface
4
- */
3
+     * The ErrorHandlerInterface
4
+     */
5 5
 namespace Phile\ServiceLocator;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/ServiceLocator/CacheInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Interface for a service locator
4
- */
3
+     * Interface for a service locator
4
+     */
5 5
 namespace Phile\ServiceLocator;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/Gateway/EventObserverInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The EventObserverInterface
4
- */
3
+     * The EventObserverInterface
4
+     */
5 5
 namespace Phile\Gateway;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/Core/Utility.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The Phile Utility class
4
- */
3
+     * The Phile Utility class
4
+     */
5 5
 namespace Phile\Core;
6 6
 
7 7
 /**
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
         $result = array();
129 129
         foreach ($files as $file) {
130 130
             /**
131
- * @var \SplFileInfo $file
131
+             * @var \SplFileInfo $file
132 132
 */
133 133
             $result[] = $file->getPathname();
134 134
         }
Please login to merge, or discard this patch.