1
0
Эх сурвалжийг харах

apply StyleCI recommendation

El RIDO 2 жил өмнө
parent
commit
49bc97e295
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lib/Model/Paste.php

+ 1 - 1
lib/Model/Paste.php

@@ -166,7 +166,7 @@ class Paste extends AbstractModel
         if ($this->_conf->getKey('discussiondatedisplay')) {
             return $this->_store->readComments($this->getId());
         }
-        return array_map(function($comment) {
+        return array_map(function ($comment) {
             foreach (array('created', 'postdate') as $key) {
                 if (array_key_exists($key, $comment['meta'])) {
                     unset($comment['meta'][$key]);