Completed
Branch master (7344c2)
by Tomáš
12:17 queued 10:22
created
src/Webcook/Cms/I18nBundle/Entity/Language.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     /**
64 64
      * Get whether language is default or not.
65 65
      *
66
-     * @return String Returns if language is default.
66
+     * @return boolean Returns if language is default.
67 67
      */
68 68
     public function isDefault()
69 69
     {
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     /**
84 84
      * Sets the value of title.
85 85
      *
86
-     * @param mixed $title the title
86
+     * @param string $title the title
87 87
      *
88 88
      * @return self
89 89
      */
Please login to merge, or discard this patch.
src/Webcook/Cms/I18nBundle/Loader/DBLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     private $languageRepository;
11 11
  
12 12
     /**
13
-     * @param EntityManager $entityManager
13
+     * @param ObjectManager $entityManager
14 14
      */
15 15
     public function __construct(ObjectManager $entityManager)
16 16
     {
Please login to merge, or discard this patch.