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 /* * This file is part of Flarum. * * For detailed copyright and license informa..
Decoded Output download
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\ExtensionManager\Command;
use Flarum\ExtensionManager\Task\Task;
use Flarum\User\User;
class CheckForUpdates extends AbstractActionCommand
{
public function __construct(
public User $actor
) {
}
public function getOperationName(): string
{
return Task::UPDATE_CHECK;
}
}
?>
Did this file decode correctly?
Original Code
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\ExtensionManager\Command;
use Flarum\ExtensionManager\Task\Task;
use Flarum\User\User;
class CheckForUpdates extends AbstractActionCommand
{
public function __construct(
public User $actor
) {
}
public function getOperationName(): string
{
return Task::UPDATE_CHECK;
}
}
Function Calls
None |
Stats
MD5 | ac913f1478b7cb61373b89824a43a9de |
Eval Count | 0 |
Decode Time | 102 ms |