Comment spacing

This commit is contained in:
Malcolm Fell 2013-06-30 12:55:18 +12:00
parent 6febd852ff
commit 91d44a6029

View File

@ -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
{