Skip to content

Commit a39ae2a

Browse files
committed
Fixed code style
1 parent 39f9dea commit a39ae2a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

tests/conflict/conflict.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Plugin Name: Conflict
45
* Plugin URI: https://github.com/rollbar/rollbar-php-wordpress/tree/master/tests/conflict

tests/conflict/src/Plugin.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ final class Plugin
2020
/**
2121
* Private constructor to prevent instantiation.
2222
*/
23-
private function __construct() {}
23+
private function __construct()
24+
{
25+
}
2426

2527
/**
2628
* Initializes the plugin.
@@ -44,4 +46,4 @@ public static function onInit(): void
4446
{
4547
self::$logger->warning('Conflict plugin initialized.');
4648
}
47-
}
49+
}

0 commit comments

Comments
 (0)