PHPDoc the methods

This commit is contained in:
James Brooks
2014-12-01 08:38:26 +00:00
parent 13b858a99e
commit 4762864c6f
5 changed files with 29 additions and 5 deletions
+4
View File
@@ -1,6 +1,10 @@
<?php
class RSSController extends Controller {
/**
* Generates an RSS feed of all incidents.
* @return \Illuminate\Http\Response
*/
public function feedAction() {
$feed = RSS::feed('2.0', 'UTF-8');
$feed->channel([