Skip to content

Commit ce8e491

Browse files
author
Jordan Hall
committed
Remove blank lines before namespace
1 parent 038a542 commit ce8e491

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

src/Factories/SimpleGoogleMapsFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Factories;
43

54
use LangleyFoxall\SimpleGoogleMaps\Objects\SimpleGoogleMaps;

src/Interfaces/ApiAuthInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Interfaces;
43

54
interface ApiAuthInterface

src/Interfaces/CacheDriverInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Interfaces;
43

54
interface CacheDriverInterface

src/Objects/ApiAuthDrivers/BasicApiAuthDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Objects\ApiAuthDrivers;
43

54
use Exception;

src/Objects/ApiAuthDrivers/EnterpriseApiAuthDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Objects\ApiAuthDrivers;
43

54
use Exception;

src/Objects/CacheDrivers/DOFileCacheDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Objects\CacheDrivers;
43

54
use DivineOmega\DOFileCache\DOFileCache;

src/Objects/Enums/TravelMode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Objects\Enums;
43

54
class TravelMode

src/Objects/Journey.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Objects;
43

54
use Illuminate\Support\Collection;

src/Objects/JourneyStep.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Objects;
43

54
class JourneyStep

src/Objects/LatLong.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
namespace LangleyFoxall\SimpleGoogleMaps\Objects;
43

54
use DivineOmega\Distance\Distance;

0 commit comments

Comments
 (0)