Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
IncompatibleArgumentsType.php
Go to the documentation of this file.
1 <?php
8 
9 use \Magento\Framework\Interception\Test\Unit\Custom\Module\Model\InterfaceValidator\ItemWithArguments;
10 
12 {
20  public function beforeGetItem(
21  ItemWithArguments $subject,
22  array $names
23  ) {
24  return count($names);
25  }
26 }