Skip to content

Commit 077529c

Browse files
committed
c
1 parent dd01464 commit 077529c

File tree

6 files changed

+1
-13
lines changed

6 files changed

+1
-13
lines changed

src/Collector/Collector.php

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* @author Fabien Bourigault <[email protected]>
1919
*
2020
* @internal
21-
*
22-
* @final
2321
*/
2422
final class Collector extends DataCollector
2523
{

src/Collector/Formatter.php

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* @author Fabien Bourigault <[email protected]>
1919
*
2020
* @internal
21-
*
22-
* @final
2321
*/
2422
final class Formatter implements MessageFormatter
2523
{

src/Collector/ProfileClient.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
* @author Fabien Bourigault <[email protected]>
2222
*
2323
* @internal
24-
*
25-
* @final
2624
*/
27-
final class ProfileClient implements ClientInterace, HttpAsyncClient
25+
final class ProfileClient implements ClientInterface, HttpAsyncClient
2826
{
2927
use VersionBridgeClient;
3028

src/Collector/ProfileClientFactory.php

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* @author Fabien Bourigault <[email protected]>
1717
*
1818
* @internal
19-
*
20-
* @final
2119
*/
2220
final class ProfileClientFactory implements ClientFactory
2321
{

src/Collector/ProfilePlugin.php

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* @author Fabien Bourigault <[email protected]>
1616
*
1717
* @internal
18-
*
19-
* @final
2018
*/
2119
final class ProfilePlugin implements Plugin
2220
{

src/Collector/StackPlugin.php

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* @author Fabien Bourigault <[email protected]>
1616
*
1717
* @internal
18-
*
19-
* @final
2018
*/
2119
final class StackPlugin implements Plugin
2220
{

0 commit comments

Comments
 (0)