diff options
Diffstat (limited to 'app/Module/FamilyTreeNews/Schema')
| -rw-r--r-- | app/Module/FamilyTreeNews/Schema/Migration0.php | 2 | ||||
| -rw-r--r-- | app/Module/FamilyTreeNews/Schema/Migration1.php | 2 | ||||
| -rw-r--r-- | app/Module/FamilyTreeNews/Schema/Migration2.php | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/app/Module/FamilyTreeNews/Schema/Migration0.php b/app/Module/FamilyTreeNews/Schema/Migration0.php index 28fc32a2d6..5b7dd9185f 100644 --- a/app/Module/FamilyTreeNews/Schema/Migration0.php +++ b/app/Module/FamilyTreeNews/Schema/Migration0.php @@ -13,6 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +declare(strict_types=1); + namespace Fisharebest\Webtrees\Module\FamilyTreeNews\Schema; use Fisharebest\Webtrees\Database; diff --git a/app/Module/FamilyTreeNews/Schema/Migration1.php b/app/Module/FamilyTreeNews/Schema/Migration1.php index 7688d25a5d..75e9a416e8 100644 --- a/app/Module/FamilyTreeNews/Schema/Migration1.php +++ b/app/Module/FamilyTreeNews/Schema/Migration1.php @@ -13,6 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +declare(strict_types=1); + namespace Fisharebest\Webtrees\Module\FamilyTreeNews\Schema; use Fisharebest\Webtrees\Database; diff --git a/app/Module/FamilyTreeNews/Schema/Migration2.php b/app/Module/FamilyTreeNews/Schema/Migration2.php index ac9c4098d1..0456cf0a18 100644 --- a/app/Module/FamilyTreeNews/Schema/Migration2.php +++ b/app/Module/FamilyTreeNews/Schema/Migration2.php @@ -13,6 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +declare(strict_types=1); + namespace Fisharebest\Webtrees\Module\FamilyTreeNews\Schema; use Fisharebest\Webtrees\Database; |
