The property Aimeos\MW\Setup\Task\Base::$schema has been deprecated with message: Use getSchema() instead
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
This code seems to be duplicated across your project.
Duplicated code is one of the most pungent code smells. If you need to duplicate
the same code in three or more different places, we strongly encourage you to
look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.
Loading history...
53
{
54
$this->execute( $this->sql['address'] );
55
$this->status( 'done' );
56
}
57
else
58
{
59
$this->status( 'OK' );
60
}
61
62
63
$this->msg( 'Remove left over Laravel user list records', 0 );
The property Aimeos\MW\Setup\Task\Base::$schema has been deprecated with message: Use getSchema() instead
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
This code seems to be duplicated across your project.
Duplicated code is one of the most pungent code smells. If you need to duplicate
the same code in three or more different places, we strongly encourage you to
look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be removed from the class and what other property to use instead.