Skip to content

Commit b98d125

Browse files
committed
Add the annotation '@codeCoverageIgnore' where needed
1 parent f7fe45e commit b98d125

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Controller/FlashableTrait.php

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
/**
1717
* Common methods for adding flash messages to the user's session.
1818
*
19+
* @codeCoverageIgnore
20+
*
1921
* @author Matteo Guindani https://github.com/Ingannatore
2022
* @see http://symfony.com/doc/current/book/controller.html#flash-messages
2123
*/

Model/SimpleOptionsResolver.php

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* A wrapper for the OptionsResolver class to ease the creation and management
1818
* of options and/or parameters lists.
1919
*
20+
* @codeCoverageIgnore
21+
*
2022
* @author Matteo Guindani https://github.com/Ingannatore
2123
* @see \Symfony\Component\OptionsResolver\OptionsResolver
2224
*/

Service/GoogleGeocodeService.php

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
/**
1717
* Wrapper for the Google's geocode service.
1818
*
19+
* @codeCoverageIgnore
20+
*
1921
* @author Matteo Guindani https://github.com/Ingannatore
2022
* @see https://developers.google.com/maps/documentation/geocoding/start
2123
*/

0 commit comments

Comments
 (0)