diff options
Diffstat (limited to 'vendor/sabre/vobject/lib/EofException.php')
-rw-r--r-- | vendor/sabre/vobject/lib/EofException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/sabre/vobject/lib/EofException.php b/vendor/sabre/vobject/lib/EofException.php index e9bd55878..837af7eb7 100644 --- a/vendor/sabre/vobject/lib/EofException.php +++ b/vendor/sabre/vobject/lib/EofException.php @@ -10,6 +10,6 @@ namespace Sabre\VObject; * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ -class EofException extends ParseException { - +class EofException extends ParseException +{ } |