Update libraries/jcb_powers/VDM.Joomla/src/Componentbuilder/Compiler/Joomlaplugin/Structure.php

This commit is contained in:
oxido 2024-02-07 22:20:38 +00:00
parent 5987e18f14
commit ee1255cbdc

View File

@ -325,7 +325,7 @@ class Structure
* @return void * @return void
* @since 3.2.0 * @since 3.2.0
*/ */
protected function setMainXmlFile(mixed $plugin): void protected function setMainXmlFile(object $plugin): void
{ {
$file_details = [ $file_details = [
'path' => $plugin->folder_path . '/' . $plugin->file_name . '.xml', 'path' => $plugin->folder_path . '/' . $plugin->file_name . '.xml',