Passed
Push — main ( 97749d...c2190a )
by Dimitri
10:25 queued 04:01
created
src/Initializer/kint.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,17 +25,17 @@
 block discarded – undo
25 25
 Kint::$display_called_from = $config->display_called_from;
26 26
 Kint::$expanded            = $config->expanded;
27 27
 
28
-if (! empty($config->plugins)) {
28
+if (!empty($config->plugins)) {
29 29
     Kint::$plugins = $config->plugins;
30 30
 }
31 31
 
32 32
 RichRenderer::$theme  = $config->rich_theme;
33 33
 RichRenderer::$folder = $config->rich_folder;
34 34
 
35
-if (! empty($config->rich_value_plugins)) {
35
+if (!empty($config->rich_value_plugins)) {
36 36
     RichRenderer::$value_plugins = $config->rich_value_plugins;
37 37
 }
38
-if (! empty($config->rich_tab_plugins)) {
38
+if (!empty($config->rich_tab_plugins)) {
39 39
     RichRenderer::$tab_plugins = $config->rich_tab_plugins;
40 40
 }
41 41
 
Please login to merge, or discard this patch.