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 f2dbc7a commit f87af86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions src/Exceptions/CertificateConverterException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Exonet\CertificateConverter\Exceptions;

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

namespace Exonet\CertificateConverter\Exceptions;

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

namespace Exonet\CertificateConverter\Exceptions;

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

namespace Exonet\CertificateConverter\Exceptions;

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

namespace Exonet\CertificateConverter\Exceptions;

class ZipException extends CertificateConverterException
{
}
class ZipException extends CertificateConverterException {}

0 comments on commit f87af86

Please sign in to comment.