1
0
Fork 0

Add missing strict type decl, closes #10863

pull/10893/head
Jordi Boggiano 2022-06-21 21:03:34 +02:00
parent 279b518518
commit b025971bb8
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace Composer\PHPStan;