Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendschlampe committed May 5, 2020
1 parent fda0cc7 commit 1ec1f83
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 72 deletions.
124 changes: 62 additions & 62 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "hofff/contao-formtools",
"description": "Various form utilities for Contao CMS.",
"keywords": [
"form",
"contao"
],
"type": "contao-bundle",
"homepage": "https://hofff.com/",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Oliver Hoff",
"email": "oliver@hofff.com",
"homepage": "https://hofff.com/",
"role": "Developer"
},
{
"name": "Nicky Hoff",
"email": "[email protected]",
"homepage": "https://hofff.com/",
"role": "Maintainer"
},
{
"name": "Cliff Parnitzky",
"homepage": "https://hofff.com",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "David Molineus",
"homepage": "https://hofff.com",
"email": "david@hofff.com",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/hofff/contao-formtools/issues",
"source": "https://github.com/hofff/contao-formtools"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1",
"contao/core-bundle":"~4.4"
},
"autoload": {
"psr-4": {
"Hofff\\Contao\\FormTools\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Hofff\\Contao\\FormTools\\ContaoManager\\Plugin",
"branch-alias": {
"dev-master": "3.0.x-dev",
"dev-develop": "3.1.x-dev",
"dev-support/2.x": "2.0.x-dev"
}
}
"name": "hofff/contao-formtools",
"description": "Various form utilities for Contao CMS.",
"keywords": [
"form",
"contao"
],
"type": "contao-bundle",
"homepage": "https://www.hofff.com/",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "David Molineus",
"homepage": "https://www.hofff.com",
"email": "david@hofff.com",
"role": "Developer"
},
{
"name": "Nicky Hoff",
"email": "[email protected]",
"homepage": "https://www.hofff.com/",
"role": "Manager"
},
{
"name": "Cliff Parnitzky",
"homepage": "https://www.hofff.com",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Oliver Hoff",
"email": "oliver@hofff.com",
"homepage": "https://www.hofff.com/",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/hofff/contao-formtools/issues",
"source": "https://github.com/hofff/contao-formtools"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1",
"contao/core-bundle": "~4.4"
},
"autoload": {
"psr-4": {
"Hofff\\Contao\\FormTools\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Hofff\\Contao\\FormTools\\ContaoManager\\Plugin",
"branch-alias": {
"dev-master": "3.0.x-dev",
"dev-develop": "3.1.x-dev",
"dev-support/2.x": "2.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/tl_content.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

$GLOBALS['TL_LANG']['tl_content']['hofff_formtools_overwrite_legend']
= 'Formular-Einstellungen überschreiben';
= 'Formular-Einstellungen überschreiben';
6 changes: 3 additions & 3 deletions src/Resources/contao/languages/de/tl_form_field.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help_legend']
= 'Erläuterung';
= 'Erläuterung';
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_addHelp']
= array('Erläuterung hinzufügen', '');
= array('Erläuterung hinzufügen', '');
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help']
= array('Erläuterung', '');
= array('Erläuterung', '');
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/tl_module.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

$GLOBALS['TL_LANG']['tl_module']['hofff_formtools_overwrite_legend']
= 'Formular-Einstellungen überschreiben';
= 'Formular-Einstellungen überschreiben';
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/it/tl_content.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

$GLOBALS['TL_LANG']['tl_content']['hofff_formtools_overwrite_legend']
= 'Sovrascrivi le impostazioni del modulo';
= 'Sovrascrivi le impostazioni del modulo';
6 changes: 3 additions & 3 deletions src/Resources/contao/languages/it/tl_form_field.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help_legend']
= 'Spiegazione';
= 'Spiegazione';
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_addHelp']
= array('Aggiungi spiegazione', '');
= array('Aggiungi spiegazione', '');
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help']
= array('Spiegazione', '');
= array('Spiegazione', '');
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/it/tl_module.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

$GLOBALS['TL_LANG']['tl_module']['hofff_formtools_overwrite_legend']
= 'Sovrascrivi le impostazioni del modulo';
= 'Sovrascrivi le impostazioni del modulo';

0 comments on commit 1ec1f83

Please sign in to comment.