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

Add php-cs check action #25

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Add php-cs check action #25

merged 2 commits into from
Jan 10, 2024

Conversation

julien-nc
Copy link
Member

  • use phpunit from composer
  • add php-cs-check action
  • run cs:fix
  • remove composer.lock

@julien-nc julien-nc added the enhancement New feature or request label Jan 10, 2024
@@ -31,7 +32,8 @@ public function getForm(): TemplateResponse {
$assistantAvailable = $textProcessingAvailable && $this->config->getAppValue(Application::APP_ID, 'assistant_enabled', '1') === '1';
$assistantEnabled = $this->config->getUserValue($this->userId, Application::APP_ID, 'assistant_enabled', '1') === '1';

$textToImagePickerAvailable = $this->textToImageManager->hasProviders() && $this->config->getAppValue(Application::APP_ID, 'text_to_image_picker_enabled', '1') === '1'; false;
$textToImagePickerAvailable = $this->textToImageManager->hasProviders() && $this->config->getAppValue(Application::APP_ID, 'text_to_image_picker_enabled', '1') === '1';
false;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is my bad!

@julien-nc julien-nc merged commit 0f7831f into main Jan 10, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the enh/gh-actions branch January 10, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants