+ Declare strict type.

This commit is contained in:
liumengyi
2023-11-22 09:20:08 +08:00
parent 3ef1c4d1a6
commit 43247745f1
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* The control file of testreport of ZenTaoPMS.
*
+1
View File
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* The model file of testreport module of ZenTaoCMS.
*
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
class testreportTest
{
public function __construct()