Completed
Pull Request — master (#2)
by Evan
04:45
created
Event/UserMailHookEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param UserInterface $user
28 28
      * @param array         $metaData
29 29
      */
30
-    public function __construct(UserInterface $user  = null, $name  = null, array $metaData = array())
30
+    public function __construct(UserInterface $user = null, $name = null, array $metaData = array())
31 31
     {
32 32
         $this->name     = $name;
33 33
         $this->user     = $user;
Please login to merge, or discard this patch.
tests/atoum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,4 +3,4 @@
 block discarded – undo
3 3
 $runner->addTestsFromDirectory(__DIR__.'/tests/units');
4 4
 
5 5
 $script->noCodeCoverageForNamespaces('mageekguy', 'Symfony');
6
-$script->bootstrapFile(__DIR__.DIRECTORY_SEPARATOR . 'tests' . DIRECTORY_SEPARATOR . 'bootstrap.php');
7 6
\ No newline at end of file
7
+$script->bootstrapFile(__DIR__.DIRECTORY_SEPARATOR.'tests'.DIRECTORY_SEPARATOR.'bootstrap.php');
8 8
\ No newline at end of file
Please login to merge, or discard this patch.