Completed
Push — master ( af820a...e9186b )
by Freek
46:54 queued 22:41
created
src/HasTranslations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,6 +17,9 @@
 block discarded – undo
17 17
         return $this->getTranslation($key, $this->getLocale());
18 18
     }
19 19
 
20
+    /**
21
+     * @param string $key
22
+     */
20 23
     public function setAttribute($key, $value)
21 24
     {
22 25
         // pass arrays and untranslatable attributes to the parent method
Please login to merge, or discard this patch.