Explorar o código

apply StyleCI recommendation

El RIDO %!s(int64=2) %!d(string=hai) anos
pai
achega
49bc97e295
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]);