Skip to content

Commit

Permalink
update file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Aug 4, 2024
1 parent 8d82f04 commit 2fb97e9
Show file tree
Hide file tree
Showing 37 changed files with 41 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$header = <<<EOF
This file is part of Option Type package.
This file is part of OpenSolid package.
(c) Yonel Ceruto <open@yceruto.dev>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down Expand Up @@ -52,4 +52,8 @@ function (ChildDefinition $definition, object $attribute, \Reflector $reflector)
},
);
}

private function __construct()
{
}
}
2 changes: 1 addition & 1 deletion src/Envelope/Envelope.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Envelope/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Envelope/Stamp/HandledStamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Envelope/Stamp/Stamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Envelope/Stamp/Stamps.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Error/MultipleHandlersForMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Error/NoHandlerForMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/FlushableMessageBus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/MessageHandlersCountPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/MessageHandlersLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/LazyMessageMessageBus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/HandlingMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/LoggingMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/MiddlewareStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/NextMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/NoneMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/SomeMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/NativeLazyMessageBus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion src/NativeMessageBus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Envelope/EnvelopeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Envelope/Stamp/StampsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixtures/AsMessageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixtures/MyMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixtures/MyMessageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/HandlingMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/LoggingMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/MiddlewareStackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/NativeLazyMessageBusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/NativeMessageBusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* This file is part of Option Type package.
* This file is part of OpenSolid package.
*
* (c) Yonel Ceruto <open@yceruto.dev>
*
Expand Down

0 comments on commit 2fb97e9

Please sign in to comment.