Completed
Pull Request — master (#1)
by Gorka
04:16
created
src/LIN3S/CMSKernel/Domain/Model/Translation/TranslationCollection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
         parent::add($translation);
36 36
     }
37 37
 
38
+    /**
39
+     * @param Translation $translation
40
+     */
38 41
     public function addTranslation($translation, Translatable $translatable)
39 42
     {
40 43
         $translationReflection = new \ReflectionClass($translation);
Please login to merge, or discard this patch.