Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored and github-actions[bot] committed Feb 15, 2025
1 parent 2b3c9e8 commit 8f8ea6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}
*/

/* Listendarstellung verändern
/* Listendarstellung verändern
if (rex::isBackend()) {
rex_extension::register('YFORM_DATA_LIST', Blaupause::epYformDataList(...));
}
Expand Down
4 changes: 2 additions & 2 deletions lib/blaupause.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Alexplusde\Blaupause;

use rex_yform_manager_dataset;
use rex_extension_point;
use rex_csrf_token;
use rex_extension_point;
use rex_url;
use rex_yform_manager_dataset;

class Blaupause extends rex_yform_manager_dataset
{
Expand Down

0 comments on commit 8f8ea6b

Please sign in to comment.