Skip to content

Commit

Permalink
PHPDoc++
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderwar authored May 3, 2017
1 parent c8a4a18 commit 3da5a25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/PageFeedbackController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* Class PageFeedback
*
* @author Reece Alexander <[email protected]>
*/
class PageFeedbackController extends Extension
{
/** @var array */
Expand Down Expand Up @@ -79,4 +84,4 @@ public function getGivenFeedback()

return $record;
}
}
}

0 comments on commit 3da5a25

Please sign in to comment.