Преглед изворни кода

apply StyleCI recommendation

El RIDO пре 2 година
родитељ
комит
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]);