mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-20 18:06:40 +00:00
Update CONTRIBUTING.md
PocketMine namespaces are all in lowercase letters.
This commit is contained in:
parent
3495c79c0c
commit
ac34b9eda0
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user