From c74fa7955d9392aea954c2e45ed4137fb2bebcbe Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Apr 2019 10:45:00 +0200 Subject: phpunit: Upgrade to version 8, fixed tests, formatting Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated --- src/Database/Migration/Migration.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Database/Migration') diff --git a/src/Database/Migration/Migration.php b/src/Database/Migration/Migration.php index fcc57b82..586cfcff 100644 --- a/src/Database/Migration/Migration.php +++ b/src/Database/Migration/Migration.php @@ -9,6 +9,11 @@ abstract class Migration /** @var SchemaBuilder */ protected $schema; + /** + * Migration constructor. + * + * @param SchemaBuilder $schemaBuilder + */ public function __construct(SchemaBuilder $schemaBuilder) { $this->schema = $schemaBuilder; -- cgit v1.2.3-54-g00ecf