Merge branch 'master' of github.com:PocketMine/PocketMine-MP

This commit is contained in:
Shoghi Cervantes 2014-08-10 12:28:03 +02:00
commit 06c01f14c6

View File

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