Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digitec
digitec-wiki
Wiki
php coding standards
php coding standards
· Changes
Page history
mmclin: update naming conventions
authored
Mar 24, 2014
by
Mike McLin
Hide whitespace changes
Inline
Side-by-side
php-coding-standards.markdown
View page @
7ff0f694
...
...
@@ -718,7 +718,7 @@ declaration.
<
?php
n
amespace Vendor\Package;
a
bstract class ClassName {
a
bstract class
Abstract
ClassName {
protected static $foo;
abstract protected function zim();
...
...