CS update
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
class SectionMagicObjects
|
||||
{
|
||||
public $start = "It worked the first time.";
|
||||
public $start = 'It worked the first time.';
|
||||
|
||||
public function middle()
|
||||
{
|
||||
return new MagicObject();
|
||||
}
|
||||
|
||||
public $final = "Then, surprisingly, it worked the final time.";
|
||||
public $final = 'Then, surprisingly, it worked the final time.';
|
||||
}
|
||||
|
||||
class MagicObject
|
||||
|
||||
Reference in New Issue
Block a user