Completed
Pull Request — master (#2)
by Beñat
02:38
created
src/LIN3S/WPSymfonyForm/Admin/Admin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     private function __construct()
47 47
     {
48
-        add_filter('set-screen-option', function ($status, $option, $value) {
48
+        add_filter('set-screen-option', function($status, $option, $value) {
49 49
             return $value;
50 50
         }, 10, 3);
51 51
 
Please login to merge, or discard this patch.
src/LIN3S/WPSymfonyForm/Admin/Views/LogsTable.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,6 +121,6 @@
 block discarded – undo
121 121
         width: 30%;
122 122
     }
123 123
 </style>
124
-EOL;
124
+eol;
125 125
     }
126 126
 }
Please login to merge, or discard this patch.
src/LIN3S/WPSymfonyForm/Admin/Storage/InMemoryStorage.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace LIN3S\WPSymfonyForm\Admin\Storage;
4 4
 
5
-use Symfony\Component\Yaml\Yaml;
6
-
7 5
 /**
8 6
  * In memory strategy of storage.
9 7
  *
Please login to merge, or discard this patch.