We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f9dea commit a39ae2aCopy full SHA for a39ae2a
2 files changed
tests/conflict/conflict.php
@@ -1,4 +1,5 @@
1
<?php
2
+
3
/**
4
* Plugin Name: Conflict
5
* Plugin URI: https://github.com/rollbar/rollbar-php-wordpress/tree/master/tests/conflict
tests/conflict/src/Plugin.php
@@ -20,7 +20,9 @@ final class Plugin
20
21
* Private constructor to prevent instantiation.
22
*/
23
- private function __construct() {}
+ private function __construct()
24
+ {
25
+ }
26
27
28
* Initializes the plugin.
@@ -44,4 +46,4 @@ public static function onInit(): void
44
46
{
45
47
self::$logger->warning('Conflict plugin initialized.');
48
}
-}
49
+}
0 commit comments