Loading lib/Db/MailUsageMapper.php +0 −8 Original line number Diff line number Diff line Loading @@ -19,14 +19,6 @@ class MailUsageMapper { } public function updateUsageInPreferences(array $usage = []) { // test $xyz = [1]; echo $xyz[4]->newProperty; $this->noSuchProperty->noSuchFunction(); // test 2 // test 3 $testVariable = "Test data"; $this->noSuchFunction(); try { if (empty($usage)) { return; Loading Loading
lib/Db/MailUsageMapper.php +0 −8 Original line number Diff line number Diff line Loading @@ -19,14 +19,6 @@ class MailUsageMapper { } public function updateUsageInPreferences(array $usage = []) { // test $xyz = [1]; echo $xyz[4]->newProperty; $this->noSuchProperty->noSuchFunction(); // test 2 // test 3 $testVariable = "Test data"; $this->noSuchFunction(); try { if (empty($usage)) { return; Loading