Skip to content

Commit 090bc89

Browse files
committed
Place namespace declaration below file comment
1 parent 9ce156f commit 090bc89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Exceptions/InvalidDumperException.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
<?php namespace Geocoder\Laravel\Exceptions;
1+
<?php
22

33
/**
44
* This file is part of the GeocoderLaravel library.
55
*
6-
* (c) Antoine Corcy <contact@sbin.dk>
6+
* (c) Mike Bronner <hello@genealabs.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12+
namespace Geocoder\Laravel\Exceptions;
13+
1214
use Geocoder\Exception\Exception;
1315
use Exception as BaseException;
1416

0 commit comments

Comments
 (0)