Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Psalm\Plugin\EventHandler; use Psalm\Plugin\EventHandler\Event\PropertyT..
Decoded Output download
<?php
namespace Psalm\Plugin\EventHandler;
use Psalm\Plugin\EventHandler\Event\PropertyTypeProviderEvent;
use Psalm\Type\Union;
interface PropertyTypeProviderInterface
{
/**
* @return array<string>
*/
public static function getClassLikeNames(): array;
public static function getPropertyType(PropertyTypeProviderEvent $event): ?Union;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Plugin\EventHandler;
use Psalm\Plugin\EventHandler\Event\PropertyTypeProviderEvent;
use Psalm\Type\Union;
interface PropertyTypeProviderInterface
{
/**
* @return array<string>
*/
public static function getClassLikeNames(): array;
public static function getPropertyType(PropertyTypeProviderEvent $event): ?Union;
}
Function Calls
None |
Stats
MD5 | 8733421ae20a18885b8e1090b0781b47 |
Eval Count | 0 |
Decode Time | 99 ms |