mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Comment spacing
This commit is contained in:
parent
6febd852ff
commit
91d44a6029
@ -513,7 +513,7 @@ class SomeOtherClass implements InterfaceOne, InterfaceTwo
|
||||
* Traits
|
||||
*/
|
||||
|
||||
//Traits are available since PHP 5.4.0 and are declared using the trait keyword.
|
||||
// Traits are available since PHP 5.4.0 and are declared using the trait keyword.
|
||||
|
||||
trait MyTrait
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user