Completed
Push — master ( 6c622b...a26817 )
by Gaetano
09:16
created
Core/DefinitionParser/PHPDefinitionParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         );
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $fileName
95
+     */
93 96
     protected function getClassNameFromFile($fileName)
94 97
     {
95 98
         $parts = explode('_', pathinfo($fileName, PATHINFO_FILENAME), 2);
Please login to merge, or discard this patch.
Core/Executor/ContentTypeManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
      * @throws \InvalidArgumentException When trying to set
180 180
      *
181 181
      * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType
182
-     * @return boolean
182
+     * @return false|null
183 183
      */
184 184
     protected function setReferences($contentType)
185 185
     {
Please login to merge, or discard this patch.
Core/StorageHandler/Database.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     /**
99 99
      * Creates and stores a new migration (leaving it in TODO status)
100 100
      * @param MigrationDefinition $migrationDefinition
101
-     * @return mixed
101
+     * @return Migration
102 102
      * @throws \Exception If the migration exists already (we rely on the PK for that)
103 103
      */
104 104
     public function addMigration(MigrationDefinition $migrationDefinition)
Please login to merge, or discard this patch.
Core/Executor/ContentManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * @param string $action
33
-     * @return ContentCollection
33
+     * @return \Kaliop\eZMigrationBundle\API\Collection\ContentCollection|null
34 34
      * @throws \Exception
35 35
      */
36 36
     protected function matchContents($action)
Please login to merge, or discard this patch.