mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Single quotes where possible
This commit is contained in:
parent
799342678c
commit
444569e4d1
@ -477,7 +477,7 @@ interface InterfaceTwo
|
||||
|
||||
abstract class MyAbstractClass implements InterfaceOne
|
||||
{
|
||||
public $x = "doSomething";
|
||||
public $x = 'doSomething';
|
||||
}
|
||||
|
||||
class MyConcreteClass extends MyAbstractClass implements InterfaceTwo
|
||||
|
Loading…
Reference in New Issue
Block a user