@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * config file |
|
| 4 | - */ |
|
| 3 | + * config file |
|
| 4 | + */ |
|
| 5 | 5 | return [ |
| 6 | 6 | 'setting-example' => 'I love Phile!' |
| 7 | 7 | ]; |
@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * persistence implementation class |
|
| 4 | - */ |
|
| 3 | + * persistence implementation class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\Plugin\Phile\SimpleFileDataPersistence\Persistence; |
| 6 | 6 | |
| 7 | 7 | use Phile\ServiceLocator\PersistenceInterface; |
@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | class SimpleFileDataPersistence implements PersistenceInterface |
| 18 | 18 | { |
| 19 | 19 | /** |
| 20 | - * @var string $dataDirectory the data storage directory |
|
| 20 | + * @var string $dataDirectory the data storage directory |
|
| 21 | 21 | */ |
| 22 | 22 | protected $dataDirectory; |
| 23 | 23 | |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * config file |
|
| 4 | - */ |
|
| 3 | + * config file |
|
| 4 | + */ |
|
| 5 | 5 | return [ |
| 6 | 6 | 'setting-example' => 'I love Phile!' |
| 7 | 7 | ]; |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin class |
|
| 4 | - */ |
|
| 3 | + * Plugin class |
|
| 4 | + */ |
|
| 5 | 5 | |
| 6 | 6 | /* |
| 7 | 7 | * The namespace structure is Phile\Plugin\<vendor>\<plugin-name> |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin class |
|
| 4 | - */ |
|
| 3 | + * Plugin class |
|
| 4 | + */ |
|
| 5 | 5 | |
| 6 | 6 | /* |
| 7 | 7 | * The namespace structure is Phile\Plugin\<vendor>\<plugin-name> |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin class |
|
| 4 | - */ |
|
| 3 | + * Plugin class |
|
| 4 | + */ |
|
| 5 | 5 | |
| 6 | 6 | /* |
| 7 | 7 | * The namespace structure is Phile\Plugin\<vendor>\<plugin-name> |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * config file |
|
| 4 | - */ |
|
| 3 | + * config file |
|
| 4 | + */ |
|
| 5 | 5 | return [ |
| 6 | 6 | 'setting-example' => 'I love Phile!' |
| 7 | 7 | ]; |
@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * the filter class for content files |
|
| 4 | - */ |
|
| 3 | + * the filter class for content files |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\FilterIterator; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | public function accept() |
| 19 | 19 | { |
| 20 | 20 | /** |
| 21 | - * @var \SplFileInfo $this |
|
| 21 | + * @var \SplFileInfo $this |
|
| 22 | 22 | */ |
| 23 | 23 | return (preg_match('/^[^\.]{1}.*'.CONTENT_EXT.'/', $this->getFilename()) > 0); |
| 24 | 24 | } |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The Session class |
|
| 4 | - */ |
|
| 3 | + * The Session class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile; |
| 6 | 6 | |
| 7 | 7 | /** |