From 7cf41d9c9dbccfa94b6f8651eef524caf277a850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 24 Jun 2015 00:30:20 +0200 Subject: [PATCH] add newline (\n) at the end of file --- Entity/Report.php | 2 +- README.md | 2 +- Resources/config/doctrine/Report.orm.yml | 3 ++- Resources/config/routing.yml | 3 ++- Resources/config/services.yml | 3 ++- Resources/translations/messages.fr.yml | 2 +- Resources/translations/messages.nl.yml | 2 +- Resources/views/Report/export.csv.twig | 2 +- Resources/views/Report/new.html.twig | 2 +- Resources/views/Report/select_report_type.html.twig | 2 +- Resources/views/Report/select_report_type_for_export.html.twig | 2 +- Resources/views/Report/view.html.twig | 2 +- Resources/views/Search/results.html.twig | 2 +- Resources/views/Timeline/report_person_context.html.twig | 2 +- 14 files changed, 17 insertions(+), 14 deletions(-) diff --git a/Entity/Report.php b/Entity/Report.php index 494c309bb..d3088800a 100644 --- a/Entity/Report.php +++ b/Entity/Report.php @@ -228,4 +228,4 @@ class Report implements HasCenterInterface, HasScopeInterface return $this->person->getCenter(); } -} \ No newline at end of file +} diff --git a/README.md b/README.md index 8df9a4bd3..e6d3b1a95 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ ChillReport The bundle for reports -[![Build Status](https://travis-ci.org/Chill-project/Report.png)](http://travis-ci.org/#!/Chill-project/Report.png) \ No newline at end of file +[![Build Status](https://travis-ci.org/Chill-project/Report.png)](http://travis-ci.org/#!/Chill-project/Report.png) diff --git a/Resources/config/doctrine/Report.orm.yml b/Resources/config/doctrine/Report.orm.yml index bf4b5c7de..7632a282d 100644 --- a/Resources/config/doctrine/Report.orm.yml +++ b/Resources/config/doctrine/Report.orm.yml @@ -21,4 +21,5 @@ Chill\ReportBundle\Entity\Report: targetEntity: Chill\MainBundle\Entity\Scope cFGroup: targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup - lifecycleCallbacks: { } \ No newline at end of file + lifecycleCallbacks: { } + \ No newline at end of file diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index 356734bd7..96a053bac 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -48,4 +48,5 @@ report_export_select_type: menus: export: order: 100 - label: Export reports \ No newline at end of file + label: Export reports + \ No newline at end of file diff --git a/Resources/config/services.yml b/Resources/config/services.yml index f076d43a8..c81adc2e6 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -34,4 +34,5 @@ services: - "@security.token_storage" - "@chill.main.helper.translatable_string" tags: - - { name: form.type, alias: chill_reportbundle_report } \ No newline at end of file + - { name: form.type, alias: chill_reportbundle_report } + \ No newline at end of file diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index 4b5e591c1..97569e262 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -35,4 +35,4 @@ User: Utilisateur '%total% reports matching the search "%pattern%"': '{0} Aucun rapport ne correspond à la recherche "%pattern%" | {1} Un rapport correspond à la recherche "%pattern%" | ]1,Inf]%total% rapports correspondent à la recherche "%pattern%"' #timeline -'%user% has filled a %report_label% report on %date%': %user% a ajouté un rapport '%report_label%' le %date% \ No newline at end of file +'%user% has filled a %report_label% report on %date%': %user% a ajouté un rapport '%report_label%' le %date% diff --git a/Resources/translations/messages.nl.yml b/Resources/translations/messages.nl.yml index 5ce488d3f..046931812 100644 --- a/Resources/translations/messages.nl.yml +++ b/Resources/translations/messages.nl.yml @@ -26,4 +26,4 @@ User: Gebruiker 'Unable to find this report.': Dossier is onvindbaar 'This is not the report of the person.': "Dit is niet het dossier van deze person" -'You are going to leave a page with unsubmitted data. Are you sure you want to leave ?': 'U bent aan te vertrekken een pagina die veranderdt datas behoudt. Bent u er zeker van dat u wil vertrekken ?' \ No newline at end of file +'You are going to leave a page with unsubmitted data. Are you sure you want to leave ?': 'U bent aan te vertrekken een pagina die veranderdt datas behoudt. Bent u er zeker van dat u wil vertrekken ?' diff --git a/Resources/views/Report/export.csv.twig b/Resources/views/Report/export.csv.twig index 6a13f61d6..90217f1db 100644 --- a/Resources/views/Report/export.csv.twig +++ b/Resources/views/Report/export.csv.twig @@ -26,4 +26,4 @@ #}{% endfor %}{# #}{{ '\r\n'|raw }}{# -#}{% endfor %} \ No newline at end of file +#}{% endfor %} diff --git a/Resources/views/Report/new.html.twig b/Resources/views/Report/new.html.twig index c982a1bf2..ca1955301 100644 --- a/Resources/views/Report/new.html.twig +++ b/Resources/views/Report/new.html.twig @@ -34,4 +34,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/Resources/views/Report/select_report_type.html.twig b/Resources/views/Report/select_report_type.html.twig index b37b1f2ba..52432883b 100644 --- a/Resources/views/Report/select_report_type.html.twig +++ b/Resources/views/Report/select_report_type.html.twig @@ -30,4 +30,4 @@ {{ form_end(form) }} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/Resources/views/Report/select_report_type_for_export.html.twig b/Resources/views/Report/select_report_type_for_export.html.twig index 05a42e954..55d0667e2 100644 --- a/Resources/views/Report/select_report_type_for_export.html.twig +++ b/Resources/views/Report/select_report_type_for_export.html.twig @@ -30,4 +30,4 @@ {{ form_end(form) }} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/Resources/views/Report/view.html.twig b/Resources/views/Report/view.html.twig index 25a705339..bbce26cc0 100644 --- a/Resources/views/Report/view.html.twig +++ b/Resources/views/Report/view.html.twig @@ -51,4 +51,4 @@ {{ 'Update the report' | trans }} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/Resources/views/Search/results.html.twig b/Resources/views/Search/results.html.twig index f122e3e4d..acb887a46 100644 --- a/Resources/views/Search/results.html.twig +++ b/Resources/views/Search/results.html.twig @@ -42,4 +42,4 @@ {% endfor %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/Resources/views/Timeline/report_person_context.html.twig b/Resources/views/Timeline/report_person_context.html.twig index 8dc83776f..8ac8432f1 100644 --- a/Resources/views/Timeline/report_person_context.html.twig +++ b/Resources/views/Timeline/report_person_context.html.twig @@ -24,4 +24,4 @@ {% endif %} - \ No newline at end of file +