Failed Conditions
Pull Request — experimental/sf (#3236)
by Kentaro
52:43 queued 44:39
created
src/Eccube/Form/Type/Admin/OrderItemType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
 use Symfony\Component\Form\FormBuilderInterface;
36 36
 use Symfony\Component\Form\FormEvent;
37 37
 use Symfony\Component\Form\FormEvents;
38
-use Symfony\Component\HttpFoundation\RequestStack;
39 38
 use Symfony\Component\OptionsResolver\OptionsResolver;
40 39
 use Symfony\Component\Validator\Constraints as Assert;
41 40
 
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/ProcessResult.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -25,6 +25,7 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * @param string $type
28
+     * @param string|null $message
28 29
      */
29 30
     private function __construct($type, $message)
30 31
     {
Please login to merge, or discard this patch.