Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent 5e85a28 commit 8cd6f4f
Show file tree
Hide file tree
Showing 176 changed files with 353 additions and 352 deletions.
4 changes: 2 additions & 2 deletions src/adresse/Model/Adresse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Model;

use WBW\Library\Common\Traits\Strings\StringIdTrait;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Provider/ApiProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Provider;

use WBW\Library\Common\Helper\ArrayHelper;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Request/AbstractCsvRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Request;

use WBW\Library\Common\Traits\Strings\StringDataTrait;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Request/ReverseCsvRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Request;

use WBW\Library\GouvApi\Adresse\Serializer\RequestSerializer;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Request/ReverseRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Request;

use WBW\Library\Common\Traits\Floats\FloatLatTrait;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Request/SearchCsvRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Request;

use WBW\Library\GouvApi\Adresse\Serializer\RequestSerializer;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Request/SearchRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Request;

use WBW\Library\Common\Traits\Floats\FloatLatTrait;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Response/AbstractCsvResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Response;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Response/AdressesResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Response;

use WBW\Library\GouvApi\Adresse\Model\Adresse;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Response/FeatureCollectionResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Response;

use WBW\Library\GeoJson\Model\FeatureCollection;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Response/ReverseCsvResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Response;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Response/SearchCsvResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Response;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Serializer/RequestSerializer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Serializer;

use WBW\Library\Common\Helper\ArrayHelper;
Expand Down
4 changes: 2 additions & 2 deletions src/adresse/Serializer/ResponseDeserializer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Adresse\Serializer;

use WBW\Library\GeoJson\Serializer\JsonDeserializer;
Expand Down
4 changes: 2 additions & 2 deletions src/calendrier/Model/JourFerie.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Calendrier\Model;

use WBW\Library\Common\Traits\DateTimes\DateTimeDateTrait;
Expand Down
4 changes: 2 additions & 2 deletions src/calendrier/Model/ZoneInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Calendrier\Model;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/calendrier/Provider/ApiProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Calendrier\Provider;

use WBW\Library\Common\Provider\ProviderException;
Expand Down
4 changes: 2 additions & 2 deletions src/calendrier/Request/JoursFeriesRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Calendrier\Request;

use WBW\Library\Common\Provider\SubstituableRequestInterface;
Expand Down
4 changes: 2 additions & 2 deletions src/calendrier/Response/JoursFeriesResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Calendrier\Response;

use WBW\Library\GouvApi\Calendrier\Model\JourFerie;
Expand Down
4 changes: 2 additions & 2 deletions src/calendrier/Serializer/ResponseDeserializer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Calendrier\Serializer;

use DateTime;
Expand Down
4 changes: 2 additions & 2 deletions src/common/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Common\Provider;

use GuzzleHttp\Client;
Expand Down
4 changes: 2 additions & 2 deletions src/common/Request/AbstractRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Common\Request;

use WBW\Library\Common\Provider\AbstractRequest as BaseRequest;
Expand Down
4 changes: 2 additions & 2 deletions src/common/Response/AbstractResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the gouv-api-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\GouvApi\Common\Response;

use WBW\Library\Common\Provider\AbstractResponse as BaseResponse;
Expand Down
Loading

0 comments on commit 8cd6f4f

Please sign in to comment.