Completed
Push — master ( c02786...6bc0aa )
by Gorka
02:50
created
spec/Configuration/Translations/TranslationsSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\LIN3S\WPFoundation\Configuration\Translations;
13 13
 
14 14
 use LIN3S\WordPressPhpSpecBridge\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 
17 16
 /**
18 17
  * Spec of Translations class.
Please login to merge, or discard this patch.
src/Configuration/Assets/Assets.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@  discard block
 block discarded – undo
54 54
         array $dependencies = ['jquery'],
55 55
         $version = '1.0.0',
56 56
         $inFooter = true
57
-    )
58
-    {
57
+    ) {
59 58
         wp_enqueue_script($name, $this->path($from, $name), $dependencies, $version, $inFooter);
60 59
 
61 60
         return $this;
@@ -79,8 +78,7 @@  discard block
 block discarded – undo
79 78
         array $dependencies = [],
80 79
         $version = '1.0.0',
81 80
         $media = 'all'
82
-    )
83
-    {
81
+    ) {
84 82
         wp_enqueue_style($name, $this->path($from, $name, 'css'), $dependencies, $version, $media);
85 83
 
86 84
         return $this;
Please login to merge, or discard this patch.
spec/Configuration/Mailer/MailerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\LIN3S\WPFoundation\Configuration\Translations;
13 13
 
14 14
 use LIN3S\WordPressPhpSpecBridge\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 
17 16
 /**
18 17
  * Spec of Translations class.
Please login to merge, or discard this patch.
spec/Configuration/Acf/WysiwygSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\LIN3S\WPFoundation\Configuration\Translations;
13 13
 
14 14
 use LIN3S\WordPressPhpSpecBridge\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 
17 16
 /**
18 17
  * Spec of Translations class.
Please login to merge, or discard this patch.