CS update

This commit is contained in:
Dariusz Ruminski
2015-03-28 17:54:07 +01:00
parent 22611a957c
commit 47eb13cb26
28 changed files with 80 additions and 85 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
class Simple
{
public $name = "Chris";
public $name = 'Chris';
public $value = 10000;
public function taxed_value()