Completed
Pull Request — master (#2)
by Beñat
02:35
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.