summaryrefslogtreecommitdiff
path: root/tests/app/Date/JewishDateTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-05 09:55:49 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-05 12:10:20 +0100
commite7f56f2af615447ab1a7646851f88b465ace9e04 (patch)
tree1a67ed4d85042c29f2e0d5e39135f7c004176998 /tests/app/Date/JewishDateTest.php
parent251a9de7b5f8c617b5f6a81b47dc59c8d5cbf003 (diff)
downloadwebtrees-e7f56f2af615447ab1a7646851f88b465ace9e04.tar.gz
webtrees-e7f56f2af615447ab1a7646851f88b465ace9e04.tar.bz2
webtrees-e7f56f2af615447ab1a7646851f88b465ace9e04.zip
Add declare(strict_types=1) to all PHP scripts
Diffstat (limited to 'tests/app/Date/JewishDateTest.php')
-rw-r--r--tests/app/Date/JewishDateTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/Date/JewishDateTest.php b/tests/app/Date/JewishDateTest.php
index ac5eac6c9f..2683f1e43b 100644
--- a/tests/app/Date/JewishDateTest.php
+++ b/tests/app/Date/JewishDateTest.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\Date;
/**