Completed
Push — master ( 1f8425...5030da )
by mehdi
02:52
created
src/TimeAgo.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 
9 9
   private $language;
10 10
 
11
+  /**
12
+   * @param string $lang
13
+   */
11 14
   public function __construct( $timestamp, $lang ) {
12 15
 
13 16
     $this->language = $lang;
Please login to merge, or discard this patch.