mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Visibility keyword before final or abstract keyword. (#814)
This commit is contained in:
@ -136,5 +136,5 @@ abstract class MetadataStore{
|
||||
*
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
public abstract function disambiguate(Metadatable $subject, $metadataKey);
|
||||
abstract public function disambiguate(Metadatable $subject, $metadataKey);
|
||||
}
|
Reference in New Issue
Block a user