Completed
Push — master ( ca373f...807d98 )
by Elias
02:28
created
src/TLog.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -70,6 +70,10 @@
 block discarded – undo
70 70
   /*
71 71
    * Test if class is loaded
72 72
    */
73
+
74
+  /**
75
+   * @param string $word
76
+   */
73 77
   public function saySomething($word) {
74 78
       echo $word;
75 79
   }
Please login to merge, or discard this patch.