Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/upgrade composer deps #36

Merged
merged 4 commits into from
Mar 20, 2025
Merged

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.

None yet

3 participants