Completed
Pull Request — master (#9)
by James
10:55 queued 05:43
created
src/PagerDutyMessage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -87,6 +87,9 @@
 block discarded – undo
87 87
         return $this;
88 88
     }
89 89
 
90
+    /**
91
+     * @param string $key
92
+     */
90 93
     protected function setMeta($key, $value)
91 94
     {
92 95
         Arr::set($this->meta, $key, $value);
Please login to merge, or discard this patch.