Skip to content

Commit 618be5f

Browse files
committed
changes
1 parent b3a5cb9 commit 618be5f

19 files changed

+1328
-32
lines changed

.phpstorm.meta.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace PHPSTORM_META;
4+
5+
override(\Utilitte\Php\TypeCast::setType(1), type(1));
6+
override(\Utilitte\Php\TypeCast::setTypes(1), type(1));
7+
override(\Utilitte\Php\Arrays::randomOne(0), elementType(0));
8+
override(\Utilitte\Php\Arrays::shuffle(0), type(0));

0 commit comments

Comments
 (0)