Completed
Push — master ( f9add0...0db270 )
by Freek
06:24 queued 04:22
created
src/Feed.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
         return response($this->getFeedContent(), 200, ['Content-Type' => 'application/xml;charset=UTF-8']);
25 25
     }
26 26
 
27
+    /**
28
+     * @return string
29
+     */
27 30
     public function getFeedContent()
28 31
     {
29 32
         list($class, $method) = explode('@', $this->feedConfiguration['items']);
Please login to merge, or discard this patch.