Skip to content

Commit

Permalink
remove blank lines after class opening (#1468)
Browse files Browse the repository at this point in the history
add the php-cs-fixer no_blank_lines_after_class_opening rule and apply to codebase
  • Loading branch information
brettmc authored Jan 7, 2025
1 parent f0457fe commit 78cb40a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Common/InstrumentationScope/ConfiguratorClosure.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
final class ConfiguratorClosure
{

public function __construct(
public readonly Closure $closure,
private readonly ?string $name,
Expand Down
1 change: 0 additions & 1 deletion Metrics/Data/Gauge.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

final class Gauge implements DataInterface
{

/**
* @param iterable<NumberDataPoint> $dataPoints
*/
Expand Down
1 change: 0 additions & 1 deletion Metrics/MetricSourceRegistryUnregisterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
*/
interface MetricSourceRegistryUnregisterInterface
{

public function unregisterStream(MetricCollectorInterface $collector, int $streamId): void;
}
1 change: 0 additions & 1 deletion Propagation/LateBindingTextMapPropagator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
final class LateBindingTextMapPropagator implements TextMapPropagatorInterface
{

/**
* @param TextMapPropagatorInterface|Closure(): TextMapPropagatorInterface $propagator
*/
Expand Down

0 comments on commit 78cb40a

Please # to comment.