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 PowerComponents\LivewirePowerGrid\Tests\Plugins; use Livewire\Features\S..

Decoded Output download

<?php

namespace PowerComponents\LivewirePowerGrid\Tests\Plugins;

use Livewire\Features\SupportTesting\Testable;
use Livewire\Livewire;

trait InteractsWithLivewire
{
    /** @param  array<string, mixed>  $params */
    public function livewire(string $name, array $params = [], array $queryParams = []): Testable
    {
        return Livewire::withQueryParams($queryParams)->test($name, $params);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace PowerComponents\LivewirePowerGrid\Tests\Plugins;

use Livewire\Features\SupportTesting\Testable;
use Livewire\Livewire;

trait InteractsWithLivewire
{
    /** @param  array<string, mixed>  $params */
    public function livewire(string $name, array $params = [], array $queryParams = []): Testable
    {
        return Livewire::withQueryParams($queryParams)->test($name, $params);
    }
}

Function Calls

None

Variables

None

Stats

MD5 ea096135dcaa51a17d1e747b5f573901
Eval Count 0
Decode Time 90 ms