Completed
Pull Request — master (#71)
by Mantas
115:52 queued 50:55
created
Command/ExportCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         $domains = $input->getOption('domains');
61 61
         $export->export($domains);
62 62
 
63
-        $prettify = function ($array) {
63
+        $prettify = function($array) {
64 64
             return !empty($array) ? implode('</comment><info>`, `</info><comment>', $array) : 'all';
65 65
         };
66 66
 
Please login to merge, or discard this patch.
Controller/ListController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * Creates locales list.
67 67
      *
68
-     * @param ViewData\ChoicesAwareViewData $filter
68
+     * @param \ONGR\FilterManagerBundle\Filters\ViewData $filter
69 69
      *
70 70
      * @return array
71 71
      */
Please login to merge, or discard this patch.