Completed
Push — master ( 5fcc43...95b2d0 )
by Tim
01:53 queued 21s
created
lib/Test.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -25,6 +25,10 @@  discard block
 block discarded – undo
25 25
      *
26 26
      * @return mixed
27 27
      */
28
+
29
+    /**
30
+     * @param string $item
31
+     */
28 32
     protected function getInput($item = null)
29 33
     {
30 34
         assert(is_string($item) || is_null($item));
@@ -37,6 +41,10 @@  discard block
 block discarded – undo
37 41
      *
38 42
      * @return mixed
39 43
      */
44
+
45
+    /**
46
+     * @param string $item
47
+     */
40 48
     public function getOutput($item = null)
41 49
     {
42 50
         assert(is_string($item) || is_null($item));
@@ -108,6 +116,10 @@  discard block
 block discarded – undo
108 116
      *
109 117
      * @return void
110 118
      */
119
+
120
+    /**
121
+     * @param string $index
122
+     */
111 123
     protected function addOutput($value, $index = null)
112 124
     {
113 125
         if ($index === null) {
Please login to merge, or discard this patch.