Completed
Push — master ( dc7866...8155ff )
by Changwan
06:46
created
src/Wandu/Database/Migrator/Migrator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use RuntimeException;
6 6
 use SplFileInfo;
7 7
 use Wandu\Database\Contracts\Migrator\MigrateAdapterInterface;
8
-use Wandu\Database\Contracts\Migrator\MigrationInterface;
9 8
 use Wandu\DI\ContainerInterface;
10 9
 
11 10
 class Migrator
Please login to merge, or discard this patch.
src/Wandu/Database/Query/CreateQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -368,7 +368,7 @@  discard block
 block discarded – undo
368 368
     }
369 369
 
370 370
     /**
371
-     * @param string|\Wandu\Database\Contracts\ExpressionInterface $name
371
+     * @param string $name
372 372
      * @param string $type
373 373
      * @param array $attributes
374 374
      * @return \Wandu\Database\Query\Expression\ColumnExpression|\Wandu\Database\Contracts\ExpressionInterface
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
     }
418 418
     
419 419
     /**
420
-     * @param array|string $column
420
+     * @param string $column
421 421
      * @param string $name
422 422
      * @return \Wandu\Database\Query\Expression\ConstraintExpression
423 423
      */
Please login to merge, or discard this patch.
src/Wandu/Database/Repository/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@
 block discarded – undo
250 250
 
251 251
     /**
252 252
      * @param mixed $entity
253
-     * @return string|int
253
+     * @return null|callable
254 254
      */
255 255
     private function getIdentifier($entity)
256 256
     {
Please login to merge, or discard this patch.