mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-15 03:58:41 +00:00
Fix CS via phpcs
This commit is contained in:
parent
5ca9b6b87a
commit
963ff3335d
|
|
@ -272,5 +272,4 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -199,5 +199,4 @@ class BatchPosting implements \Countable
|
||||||
{
|
{
|
||||||
return count($this->postings);
|
return count($this->postings);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,4 @@ class Debitor
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,5 +34,4 @@ class ImpersonalAccount
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,4 @@ class InvoicePosting extends PostingAbstract
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,4 @@ abstract class InvoicePostingSimple extends PostingAbstract
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,4 @@ abstract class PersonalAccountAbstract extends AccountAbstract
|
||||||
public function getAccountsHistory($start, $end)
|
public function getAccountsHistory($start, $end)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,4 @@ abstract class Posting extends PostingAbstract
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user