Completed
Push — master ( f713c0...000fb8 )
by Nicolaas
02:11
created
code/CustomerGalleryPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -99,6 +99,9 @@
 block discarded – undo
99 99
         return $this->makeDos("year", $years);
100 100
     }
101 101
 
102
+    /**
103
+     * @param string $title
104
+     */
102 105
     protected function makeDos($title, $data)
103 106
     {
104 107
         $dos = new ArrayList();
Please login to merge, or discard this patch.