Skip to content

Commit

Permalink
Merge branch 'hotfix/fix_phpcq' into 'release/2.3.0'
Browse files Browse the repository at this point in the history
Fix PHPCQ

See merge request metamodels/core!310
  • Loading branch information
zonky2 committed Jul 31, 2024
2 parents 2e3012c + 0efe9ea commit bc9362d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Attribute/BaseSimple.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,16 +241,9 @@ public function sortIds($idList, $strDirection)
}

/**
* Search all items that match the given expression.
* {@inheritdoc}
*
* Base implementation, perform string matching search.
* The standard wildcards * (many characters) and ? (a single character) are supported.
*
* @param string $strPattern The text to search for. This may contain wildcards.
*
* @return list<string> The ids of matching items.
*
* @throws Exception
*/
public function searchFor($strPattern)
{
Expand Down

0 comments on commit bc9362d

Please sign in to comment.