Fixed namespaces paths

This commit is contained in:
Shoghi Cervantes
2014-04-01 04:47:04 +02:00
parent 3605bc36c5
commit 207c2c4aba
441 changed files with 1514 additions and 1525 deletions

View File

@ -46,7 +46,7 @@ It is mainly [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accept
```php
<?php
namespace PocketMine\Example;
namespace pocketmine\Example;
class ExampleClass{
const EXAMPLE_CLASS_CONSTANT = 1;