New code being new

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-10-07 11:20:48 +02:00 committed by Vincent Petry (Rebase PR Action)
parent 6e4a90ba36
commit 7599cbb529

View file

@ -38,9 +38,7 @@ use OCP\Migration\SimpleMigrationStep;
*
*/
class Version25000Date20221007010957 extends SimpleMigrationStep {
/** @var IDBConnection */
protected $connection;
protected IDBConnection $connection;
public function __construct(IDBConnection $connection) {
$this->connection = $connection;