From 2bb4211205f2e29110a215d7d5c0cb3fd4e800cf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 17 Dec 2018 19:02:54 +0100 Subject: [PATCH] Fix whitespace --- Models/BatchPosting.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 0622ccb..9aec222 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -44,7 +44,7 @@ class BatchPosting implements \Countable /** * Created. * - * @var \Datetime + * @var \DateTime * @since 1.0.0 */ private $created = null; @@ -116,7 +116,7 @@ class BatchPosting implements \Countable /** * Get created. * - * @return \Datetime + * @return \DateTime * * @since 1.0.0 */ @@ -179,7 +179,7 @@ class BatchPosting implements \Countable if (!isset($this->postings[$id])) { return false; } - + unset($this->postings[$id]); return true;