fix cs: too much line before declaring strict type

This commit is contained in:
2022-10-06 08:54:23 +02:00
parent 845a4e9523
commit fb7c6f0a9b
149 changed files with 3 additions and 152 deletions

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*
@@ -40,9 +39,9 @@ class DeadOrAliveFilter implements FilterInterface
$qb->expr()->andX(
$qb->expr()->isNull('person.deathdate'),
$qb->expr()->lte(
'person.birthdate',
':date_calc'
)
'person.birthdate',
':date_calc'
)
),
$qb->expr()->andX(
$qb->expr()->isNotNull('person.deathdate'),

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*