Skip to content

Commit 7b9c2d4

Browse files
committed
Fixing comment headers
1 parent 49db2e8 commit 7b9c2d4

File tree

268 files changed

+0
-3216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+0
-3216
lines changed

lib/LongitudeOne/Spatial/DBAL/Platform/AbstractPlatform.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Platform;
3119

lib/LongitudeOne/Spatial/DBAL/Platform/MySql.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Platform;
3119

lib/LongitudeOne/Spatial/DBAL/Platform/PlatformInterface.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Platform;
3119

lib/LongitudeOne/Spatial/DBAL/Platform/PostgreSql.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Platform;
3119

lib/LongitudeOne/Spatial/DBAL/Types/AbstractSpatialType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types;
3119

lib/LongitudeOne/Spatial/DBAL/Types/DoctrineSpatialTypeInterface.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geography/LineStringType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geography;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geography/PointType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geography;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geography/PolygonType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geography;
3119

lib/LongitudeOne/Spatial/DBAL/Types/GeographyType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geometry/LineStringType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geometry;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geometry/MultiLineStringType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geometry;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geometry/MultiPointType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geometry;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geometry/MultiPolygonType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geometry;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geometry/PointType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geometry;
3119

lib/LongitudeOne/Spatial/DBAL/Types/Geometry/PolygonType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types\Geometry;
3119

lib/LongitudeOne/Spatial/DBAL/Types/GeometryType.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\DBAL\Types;
3119

lib/LongitudeOne/Spatial/Exception/ExceptionInterface.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\Exception;
3119

lib/LongitudeOne/Spatial/Exception/InvalidValueException.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\Exception;
3119

lib/LongitudeOne/Spatial/Exception/MissingArgumentException.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\Exception;
3119

lib/LongitudeOne/Spatial/Exception/UnsupportedPlatformException.php

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
*/
1515

1616
declare(strict_types=1);
17-
/**
18-
* This file is part of the doctrine spatial extension.
19-
*
20-
* PHP 8.1 | 8.2 | 8.3
21-
*
22-
* Copyright Alexandre Tranchant <[email protected]> 2017-2024
23-
* Copyright Longitude One 2020-2024
24-
* Copyright 2015 Derek J. Lambert
25-
*
26-
* For the full copyright and license information, please view the LICENSE
27-
* file that was distributed with this source code.
28-
*/
2917

3018
namespace LongitudeOne\Spatial\Exception;
3119

0 commit comments

Comments
 (0)