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 Orion\Concerns; use Symfony\Component\HttpFoundation\Response; trait In..
Decoded Output download
<?php
namespace Orion\Concerns;
use Symfony\Component\HttpFoundation\Response;
trait InteractsWithHooks
{
/**
* Determine whether hook returns a response or not.
*
* @param mixed $hookResult
* @return bool
*/
protected function hookResponds($hookResult): bool
{
return $hookResult instanceof Response;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Orion\Concerns;
use Symfony\Component\HttpFoundation\Response;
trait InteractsWithHooks
{
/**
* Determine whether hook returns a response or not.
*
* @param mixed $hookResult
* @return bool
*/
protected function hookResponds($hookResult): bool
{
return $hookResult instanceof Response;
}
}
Function Calls
None |
Stats
MD5 | 8cde85e09d6e01e1031e1712d86b4d31 |
Eval Count | 0 |
Decode Time | 106 ms |