summaryrefslogtreecommitdiff
path: root/includes/view/ShiftCalendarLane.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-07-28 19:28:11 +0200
committermsquare <msquare@notrademark.de>2017-07-28 19:28:11 +0200
commit4effb7e59f1bba13230060481eb126548b5442ca (patch)
treef4a88e7714584218e9e94295cf0be3b40c45ffbe /includes/view/ShiftCalendarLane.php
parent440ed74cd7a0bde035a93fde36b08b9a5aca557d (diff)
fix lane rendering
Diffstat (limited to 'includes/view/ShiftCalendarLane.php')
-rw-r--r--includes/view/ShiftCalendarLane.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/view/ShiftCalendarLane.php b/includes/view/ShiftCalendarLane.php
index 251b8013..fd4c6f06 100644
--- a/includes/view/ShiftCalendarLane.php
+++ b/includes/view/ShiftCalendarLane.php
@@ -2,6 +2,8 @@
namespace Engelsystem;
+use Exception;
+
/**
* Represents a single lane in a shifts calendar.
*/
@@ -38,6 +40,7 @@ class ShiftCalendarLane
* Returns true on success.
*
* @param array $shift The shift to add
+ * @throws Exception if the shift doesn't fit into the lane.
*/
public function addShift($shift)
{