Skip to content

Commit

Permalink
- Fixing author name
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed May 30, 2019
1 parent 89bf2ad commit c39def3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/IPub/DoctrinePhone/DI/DoctrinePhoneExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
* @package iPublikuj:DoctrinePhone!
* @subpackage DI
* @since 1.0.0
Expand Down Expand Up @@ -33,7 +33,7 @@
* @package iPublikuj:DoctrinePhone!
* @subpackage DI
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
final class DoctrinePhoneExtension extends DI\CompilerExtension
{
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/DoctrinePhone/Events/PhoneObjectSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
* @package iPublikuj:DoctrinePhone!
* @subpackage Events
* @since 1.0.0
Expand Down Expand Up @@ -33,7 +33,7 @@
* @package iPublikuj:DoctrinePhone!
* @subpackage Events
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
final class PhoneObjectSubscriber implements Common\EventSubscriber
{
Expand Down
4 changes: 2 additions & 2 deletions src/IPub/DoctrinePhone/Types/Phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
* @package iPublikuj:DoctrinePhone!
* @subpackage Types
* @since 1.0.0
Expand All @@ -27,7 +27,7 @@
* @package iPublikuj:DoctrinePhone!
* @subpackage Types
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class Phone extends Types\StringType
{
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/DoctrinePhone/ExtensionTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
* @package iPublikuj:DoctrinePhone!
* @subpackage Tests
* @since 1.0.0
Expand Down Expand Up @@ -37,7 +37,7 @@ require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'bootstrap.
* @package iPublikuj:DoctrinePhone!
* @subpackage Tests
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class ExtensionTest extends Tester\TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions tests/IPubTests/DoctrinePhone/HydrationListenerTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
* @package iPublikuj:DoctrinePhone!
* @subpackage Tests
* @since 1.0.0
Expand Down Expand Up @@ -40,7 +40,7 @@ require __DIR__ . DS . 'models' . DS . 'address.php';
* @package iPublikuj:DoctrinePhone!
* @subpackage Tests
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class HydrationListenerTest extends Tester\TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/IPubTests/DoctrinePhone/models/address.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec http://www.ipublikuj.eu
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
* @package iPublikuj:DoctrinePhone!
* @subpackage Tests
* @since 1.0.0
Expand Down

0 comments on commit c39def3

Please sign in to comment.