mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-10 01:38:41 +00:00
Fix whitespace
This commit is contained in:
parent
d5b8b93769
commit
2bb4211205
|
|
@ -44,7 +44,7 @@ class BatchPosting implements \Countable
|
||||||
/**
|
/**
|
||||||
* Created.
|
* Created.
|
||||||
*
|
*
|
||||||
* @var \Datetime
|
* @var \DateTime
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $created = null;
|
private $created = null;
|
||||||
|
|
@ -116,7 +116,7 @@ class BatchPosting implements \Countable
|
||||||
/**
|
/**
|
||||||
* Get created.
|
* Get created.
|
||||||
*
|
*
|
||||||
* @return \Datetime
|
* @return \DateTime
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -179,7 +179,7 @@ class BatchPosting implements \Countable
|
||||||
if (!isset($this->postings[$id])) {
|
if (!isset($this->postings[$id])) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
unset($this->postings[$id]);
|
unset($this->postings[$id]);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user