You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php
class Shopware_Controllers_Api_Motif extends Shopware_Controllers_Api_Rest
{
/**
* @return void
*/
public function indexAction(): void
{
$this->View()->assign([
'success' => true,
'data' => $this->get('xxx_service')->getList(),
]);
}
}
Result:
1 | ERROR | An error occurred during processing; checking has been aborted. The error message was: strpos(): Empty needle in
| | mayflower/mo4-coding-standard/MO4/Sniffs/Formatting/UnnecessaryNamespaceUsageSniff.php on line 367
The text was updated successfully, but these errors were encountered:
Example file:
Result:
The text was updated successfully, but these errors were encountered: