Skip to content

Commit dd58431

Browse files
authored
fix(chore): fix code style; PSR4 on KafkaSchemaRegistryApiClientTest.php; update composer.json to comply with newer composer versions (#15)
1 parent 3d80b85 commit dd58431

20 files changed

+5
-20
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"squizlabs/php_codesniffer": "^3.4.2"
3434
},
3535
"config": {
36-
"sort-packages": true
36+
"sort-packages": true,
37+
"allow-plugins": {
38+
"infection/extension-installer": true
39+
}
3740
}
3841
}

src/Exception/AbstractKafkaSchemaRegistryException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
abstract class AbstractKafkaSchemaRegistryException extends Exception implements SchemaRegistryExceptionInterface
88
{
9-
109
}

src/Exception/BackendDatastoreException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class BackendDatastoreException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

src/Exception/CompatibilityException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class CompatibilityException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

src/Exception/ImportException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class ImportException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

src/Exception/IncompatibileAvroSchemaException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class IncompatibileAvroSchemaException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

src/Exception/InvalidAvroSchemaException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class InvalidAvroSchemaException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

src/Exception/InvalidVersionException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class InvalidVersionException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

src/Exception/OperationTimeoutException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class OperationTimeoutException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

src/Exception/PathNotFoundException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class PathNotFoundException extends AbstractKafkaSchemaRegistryException
66
{
7-
87
}

0 commit comments

Comments
 (0)