Completed
Push — master ( 8d0bd8...93d98b )
by Mike
06:19
created
src/Entity/Classroom.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@
 block discarded – undo
13 13
     private $presenterEmail;
14 14
 
15 15
 
16
+    /**
17
+     * @param string $title
18
+     * @param string $presenterEmail
19
+     */
16 20
     public function __construct($title, \DateTime $startTime, $presenterEmail)
17 21
     {
18 22
         $this->title          = (string)$title;
Please login to merge, or discard this patch.