Argument #2 error

  • Thread starter Thread starter Gh0stAdventures
  • Start date Start date

Gh0stAdventures

Guest
Member
Hi All,

I'm trying to add a code event listener to an option.

But now I'm getting the following error:
PHP:

ErrorException: [E_WARNING]...Listener::resourceItemEntityStructure(): Argument #1 ($xfrmop) must be of type XF\Mvc\Entity\Structure, int given, called in /src/XF/Entity/Option.php on line 208 in [B]Listener.php[/B] at line [B]9[/B]

This is my Listener.php

PHP:

Code:
use \XF\Mvc\Entity\Structure;

class Listener
{
   public static function resourceItemEntityStructure(\XF\Mvc\Entity\Structure...

Read more
 
Top