Skip to content

Commit 8ceab3f

Browse files
committed
phpdoc update
1 parent 425437b commit 8ceab3f

25 files changed

+106
-28
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-service-bus/message-serializer",
3-
"description": "PHP Service Bus (publish-subscribe pattern) messages serializer component",
3+
"description": "PHP Service Bus messages serializer component",
44
"type": "library",
55
"keywords": ["cqrs", "event-sourcing", "async-php", "command-bus", "messaging"],
66
"authors": [

composer.lock

Lines changed: 82 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Exceptions/DecodeMessageFailed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

src/Exceptions/DenormalizeFailed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

src/Exceptions/EncodeMessageFailed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

src/Exceptions/NormalizationFailed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

src/Exceptions/SerializationFailed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

src/Exceptions/SerializerExceptionMarker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

src/Exceptions/UnserializeFailed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

src/JsonSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHP Service Bus (publish-subscribe pattern implementation) serializer component
4+
* PHP Service Bus serializer component
55
*
66
* @author Maksim Masiukevich <dev@async-php.com>
77
* @license MIT

0 commit comments

Comments
 (0)