Completed
Push — master ( 926270...c5fc84 )
by Jacob
03:17
created
src/Domain/Blog/Tag/MysqlTagRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
             ->fetchAll($query, $bindings);
73 73
     }
74 74
 
75
+    /**
76
+     * @param integer $post
77
+     */
75 78
     public function getTagsForPost($post)
76 79
     {
77 80
         $query = "
Please login to merge, or discard this patch.