Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Aug 15, 2023
1 parent 2e85dae commit a84ad47
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Casting/ArrayCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

class ArrayCast implements Castable
Expand Down
1 change: 1 addition & 0 deletions src/Casting/BooleanCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

class BooleanCast implements Castable
Expand Down
1 change: 1 addition & 0 deletions src/Casting/CarbonCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use Carbon\Carbon;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/CarbonImmutableCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use Carbon\CarbonImmutable;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/Castable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

interface Castable
Expand Down
1 change: 1 addition & 0 deletions src/Casting/CollectionCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use Hyperf\Collection\Collection;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/DTOCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use FriendsOfHyperf\ValidatedDTO\Exception\CastException;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/FloatCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use FriendsOfHyperf\ValidatedDTO\Exception\CastException;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/IntegerCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use FriendsOfHyperf\ValidatedDTO\Exception\CastException;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/ModelCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use FriendsOfHyperf\ValidatedDTO\Exception\CastException;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/ObjectCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use FriendsOfHyperf\ValidatedDTO\Exception\CastException;
Expand Down
1 change: 1 addition & 0 deletions src/Casting/StringCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Casting;

use FriendsOfHyperf\ValidatedDTO\Exception\CastException;
Expand Down
1 change: 1 addition & 0 deletions src/Command/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Command;

use Hyperf\CodeParser\Project;
Expand Down
1 change: 1 addition & 0 deletions src/Concerns/Wireable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Concerns;

use stdClass;
Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO;

class ConfigProvider
Expand Down
1 change: 1 addition & 0 deletions src/Exception/CastException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Exception;

use Exception;
Expand Down
1 change: 1 addition & 0 deletions src/Exception/CastTargetException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Exception;

use Exception;
Expand Down
1 change: 1 addition & 0 deletions src/Exception/InvalidJsonException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Exception;

use Exception;
Expand Down
1 change: 1 addition & 0 deletions src/Exception/MissingCastTypeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Exception;

use Exception;
Expand Down
1 change: 1 addition & 0 deletions src/SimpleDTO.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO;

use FriendsOfHyperf\ValidatedDTO\Casting\ArrayCast;
Expand Down
1 change: 1 addition & 0 deletions src/Traits/InteractsWithIO.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO\Traits;

use FriendsOfHyperf\ValidatedDTO\Exception\InvalidJsonException;
Expand Down
1 change: 1 addition & 0 deletions src/ValidatedDTO.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\ValidatedDTO;

use FriendsOfHyperf\ValidatedDTO\Casting\Castable;
Expand Down

0 comments on commit a84ad47

Please sign in to comment.