[TikiWiki-commits] [Git][tikiwiki/tiki][26.x] [FIX] mysql index file phpcs fix

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68d1234bc0987_2cdf1ec136e0@gitlab-sidekiq-low-urgency-cpu-bound-v2-55fc6f7984-hr5sn.mail>

Victor Emanouilov pushed to branch 26.x at Tiki Wiki CMS Groupware / Tiki


Commits:
ecaa5b10 by Victor Emanouilov at 2025-09-22T13:21:58+03:00
[FIX] mysql index file phpcs fix

- - - - -


1 changed file:

- lib/core/Search/MySql/Index.php


Changes:

=====================================
lib/core/Search/MySql/Index.php
=====================================
@@ -133,10 +133,10 @@ class Search_MySql_Index implements Search_Index_Interface
             $order = $this->getOrderClause($query, (bool) $scoreFields);
 
             if ($selectFields = $query->getSelectionFields()) {
-                $selectFields = array_map(function($field) {
+                $selectFields = array_map(function ($field) {
                     return $this->tfTranslator->shortenize($field);
                 }, $selectFields);
-            } else  {
+            } else {
                 $selectFields = $this->table->all();
             }
 



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ecaa5b10c5e3f9f8e4cef311c4491c2ecb9a2752

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ecaa5b10c5e3f9f8e4cef311c4491c2ecb9a2752
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.