@@ -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,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Created by PhpStorm. |
|
| 4 | - * User: franae |
|
| 5 | - * Date: 30/10/13 |
|
| 6 | - * Time: 14:47 |
|
| 7 | - */ |
|
| 3 | + * Created by PhpStorm. |
|
| 4 | + * User: franae |
|
| 5 | + * Date: 30/10/13 |
|
| 6 | + * Time: 14:47 |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Phile\Exception; |
| 10 | 10 | |
@@ -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 | /** |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | class AbstractModel implements \ArrayAccess |
| 16 | 16 | { |
| 17 | 17 | /** |
| 18 | - * @var array the storage |
|
| 18 | + * @var array the storage |
|
| 19 | 19 | */ |
| 20 | 20 | protected $data = array(); |
| 21 | 21 | |
@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Model class |
|
| 4 | - */ |
|
| 3 | + * Model class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\Model; |
| 6 | 6 | |
| 7 | 7 | use Phile\Core\Event; |
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | protected function parseRawData($rawData) |
| 82 | 82 | { |
| 83 | 83 | /** |
| 84 | - * @var \Phile\ServiceLocator\MetaInterface $metaParser |
|
| 84 | + * @var \Phile\ServiceLocator\MetaInterface $metaParser |
|
| 85 | 85 | */ |
| 86 | 86 | $metaParser = ServiceLocator::getService('Phile_Parser_Meta'); |
| 87 | 87 | $data = $metaParser->parse($rawData); |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The Event class |
|
| 4 | - */ |
|
| 3 | + * The Event class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin Exception |
|
| 4 | - */ |
|
| 3 | + * Plugin Exception |
|
| 4 | + */ |
|
| 5 | 5 | |
| 6 | 6 | namespace Phile\Exception; |
| 7 | 7 | |