... | @@ -718,7 +718,7 @@ declaration. |
... | @@ -718,7 +718,7 @@ declaration. |
|
<?php
|
|
<?php
|
|
namespace Vendor\Package;
|
|
namespace Vendor\Package;
|
|
|
|
|
|
abstract class ClassName {
|
|
abstract class AbstractClassName {
|
|
protected static $foo;
|
|
protected static $foo;
|
|
|
|
|
|
abstract protected function zim();
|
|
abstract protected function zim();
|
... | | ... | |