Completed
Pull Request — master (#281)
by Kristof
04:25
created
src/Event/Event.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     /**
81 81
      * Factory method to create a new event.
82 82
      *
83
-     * @param $eventId
83
+     * @param string $eventId
84 84
      * @param Title $title
85 85
      * @param EventType $eventType
86 86
      * @param Location $location
Please login to merge, or discard this patch.
src/Event/Commands/Conclude.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         if (!is_string($itemId)) {
21 21
             throw new \InvalidArgumentException(
22
-                'Expected itemId to be a string, received ' . gettype($itemId)
22
+                'Expected itemId to be a string, received '.gettype($itemId)
23 23
             );
24 24
         }
25 25
 
Please login to merge, or discard this patch.