Skip to content

Conversation

@SimonvanWijhe
Copy link
Contributor

No description provided.

private function checkFunction(array $dependency): void
{
if (! function_exists($dependency['name'])) {
$this->markFailed($dependency, __('Function does not exist:', 'pdc-base') . ' <b>' . $dependency['name'] . '</b>');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Text domain staat nog op 'pdc-base'

@SimonvanWijhe SimonvanWijhe force-pushed the feat/upgrade-composer-deps branch from c3c74d3 to 367a0ac Compare March 20, 2025 09:56
@SimonvanWijhe SimonvanWijhe force-pushed the feat/upgrade-composer-deps branch from 367a0ac to f4154aa Compare March 20, 2025 09:57
@SimonvanWijhe SimonvanWijhe merged commit 3eabd84 into master Mar 20, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants