Completed
Branch 1.1 (9328c8)
by Stefan
04:47 queued 02:54
created
src/Codengine/CustomMigrations/BatchMigrationTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 	 * Filters the connections and only returns the ones that match the migration type
33 33
 	 *
34 34
 	 * @param array $connection The database connections
35
-	 * @return bool Returns TRUE on a match, else FALSE
35
+	 * @return boolean|null Returns TRUE on a match, else FALSE
36 36
 	 */
37 37
 	protected function filterConnections($connection)
38 38
 	{
Please login to merge, or discard this patch.