for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Aminetiyal\LaravelTemplate\Components\Lte;
use Illuminate\View\Component;
class Scripts extends Component
{
public $scripts = [];
public function __construct()
$this->scripts = config('template.assets.scripts');
config('template.assets.scripts')
*
array
$scripts
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..
}
public function render()
return view('template::lte.components._layouts.scripts');
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..