Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/435
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 21, 2024
1 parent ae07ccd commit c35fbbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Core/lib/reflection/param/is/bool.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
use ReflectionNamedType as NT; # 2024-09-21 https://www.php.net/manual/en/class.reflectionnamedtype.php
use ReflectionParameter as P;
use ReflectionType as T; # 2024-09-21 https://www.php.net/manual/en/class.reflectiontype.php

/**
* 2024-09-21
*/
function dfr_param_is_bool(P $p):bool {return false;}

0 comments on commit c35fbbb

Please sign in to comment.