@@ -12,7 +12,6 @@ |
||
| 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. |
@@ -54,8 +54,7 @@ discard block |
||
| 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 |
||
| 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; |
@@ -12,7 +12,6 @@ |
||
| 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. |
@@ -12,7 +12,6 @@ |
||
| 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. |