Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen authored and github-actions[bot] committed Oct 9, 2023
1 parent fc717cb commit e78ffad
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 27 deletions.
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidChangeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidChangeType extends PowerdnsException
{
}
class InvalidChangeType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidKindType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidKindType extends PowerdnsException
{
}
class InvalidKindType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidMetaKind.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidMetaKind extends PowerdnsException
{
}
class InvalidMetaKind extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidNsec3Param.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidNsec3Param extends PowerdnsException
{
}
class InvalidNsec3Param extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidRecordType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidRecordType extends PowerdnsException
{
}
class InvalidRecordType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidSoaEditType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class InvalidSoaEditType extends PowerdnsException
{
}
class InvalidSoaEditType extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/PowerdnsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Exception;

class PowerdnsException extends Exception
{
}
class PowerdnsException extends Exception {}
4 changes: 1 addition & 3 deletions src/Exceptions/ReadOnlyException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class ReadOnlyException extends PowerdnsException
{
}
class ReadOnlyException extends PowerdnsException {}
4 changes: 1 addition & 3 deletions src/Exceptions/ValidationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\Powerdns\Exceptions;

class ValidationException extends PowerdnsException
{
}
class ValidationException extends PowerdnsException {}

0 comments on commit e78ffad

Please sign in to comment.