Completed
Push — master ( 3196a9...cbcd3f )
by Beñat
04:30
created
spec/Configuration/Acf/WysiwygSpec.php 2 patches
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.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
 {
24 24
     function let()
25 25
     {
26
-        $this->beConstructedWith([]);
26
+        $this->beConstructedWith([ ]);
27 27
     }
28 28
 
29 29
     function it_is_initializable()
@@ -33,6 +33,6 @@  discard block
 block discarded – undo
33 33
     
34 34
     function its_toolbars()
35 35
     {
36
-        $this->toolbars([])->shouldBeArray();
36
+        $this->toolbars([ ])->shouldBeArray();
37 37
     }
38 38
 }
Please login to merge, or discard this patch.