Files
shopPRO/docs/TODO.md
Jacek 5b66720f7c fix: scontainers edit saves existing record instead of creating new
Fixes static container admin edit flow by preserving id in hiddenFields and adding route-id fallback during save.
Adds regression tests for edit/create id behavior, updates release docs (changelog/testing/CLAUDE), and appends SonarQube open issues to docs/TODO.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-18 22:56:14 +02:00

3611 lines
460 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
3. Dodać uwierzytelnienie dwuskÅadnikowe za pomocÄ… aplikacji.
4. Dodać zarzÄ…dzanie uprawnieniami na poziomie urzytkownika, na razie uprawnienia do poszczególnych moduÅów.
naprawić dziaÅanie newslettera i zapis do bazy newslettera
program lojalnoÅciowy
proponowane produkty w koszyku
Do zamówieÅ„ w statusie: realizowane lub oczekuje na wpÅatÄ™. Opcja tylko dla zarejestrowanych klientów. https://royal-stone.pl/pl/order1.html
Dodać możliwoÅć ustawienia limitu znaków w wiadomoÅciach do produktu
8. [] Przerobić analitykę Google Analytics i Google ADS
9. [x] Rozważyć integrację SonarQube (statyczna analiza kodu PHP — bugi, security, code smells). Community Edition darmowy, self-hosted. Wymaga serwera + MCP server w Claude Code.
## SonarQube — 0.340 (2026-03-15)
### Bugs
- [ ] [MAJOR] cron.php:192 — Review the data-flow - use of uninitialized value (php:S836)
- [ ] [MAJOR] cron.php:561 — Review the data-flow - use of uninitialized value (php:S836)
- [ ] [MAJOR] cron.php:590 — Review the data-flow - use of uninitialized value (php:S836)
- [ ] [MAJOR] cron.php:643 — Review the data-flow - use of uninitialized value (php:S836)
### Code Smells — CRITICAL
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:35 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:66 — Define a constant instead of duplicating "Accept: application/json" 5 times (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:77 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:159 — Define a constant instead of duplicating "Y-m-d H:i:s" 3 times (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:239 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:309 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:315 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:339 — Define a constant instead of duplicating "Authorization: Bearer " 3 times (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:359 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:400 — Refactor this function to reduce its Cognitive Complexity (php:S3776)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:499 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:502 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/api/Controllers/ProductsApiController.php:396 — Refactor this function to reduce its Cognitive Complexity from 83 to 15 (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:408 — Refactor this function to reduce its Cognitive Complexity from 165 to 15 (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:520 — Define a constant instead of duplicating "/([0-9]+)$" 3 times (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:607 — Define a constant instead of duplicating " Order Deny,Allow" 3 times (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:650 — Define a constant instead of duplicating "&lang=" 7 times (php:S1192)
- [ ] [CRITICAL] cron.php:200 — Define a constant instead of duplicating "Y-m-d H:i:s" 7 times (php:S1192)
- [ ] [CRITICAL] cron.php:200 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:203 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:418 — Define a constant instead of duplicating "Authorization: Bearer " 5 times (php:S1192)
- [ ] [CRITICAL] cron.php:419 — Define a constant instead of duplicating "Accept: application/json" 5 times (php:S1192)
- [ ] [CRITICAL] cron.php:526 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:529 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:531 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:533 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:542 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:545 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:547 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:555 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] cron.php:559 — Add curly braces around nested statement(s) (php:S121)
### Code Smells — MAJOR
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:130 — Method has 4 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:233 — Method has 5 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:307 — Method has 7 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:400 — Method has 8 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:449 — Method has 4 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:481 — Method has 4 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:513 — Method has 4 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/front/Controllers/ShopBasketController.php:493 — Method has 4 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:673 — Method has 4 returns, max 3 allowed (php:S1142)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:740 — Method has 4 returns, max 3 allowed (php:S1142)
### Code Smells — MINOR
- [ ] [MINOR] autoload/Domain/Order/OrderRepository.php — Add a new line at the end of file (php:S113)
- [ ] [MINOR] admin/templates/site/unlogged-layout.php — Add a new line at the end of file (php:S113)
- [ ] [MINOR] admin/templates/users/user-2fa.php — Add a new line at the end of file (php:S113)
- [ ] [MINOR] autoload/admin/Controllers/ProductArchiveController.php:196 — Rename function "bulk_delete_permanent" to match camelCase (php:S100)
- [ ] [MINOR] autoload/api/ApiRouter.php:107 — Remove unused "$db" local variable (php:S1481)
- [ ] [MINOR] cron.php:198 — Remove unused "$orderAdminService" local variable (php:S1481)
- [ ] [MINOR] cron.php:524 — Remove unused "$mdb" local variable (php:S1481)
- [ ] [MINOR] cron.php:539 — Remove unused "$mdb" local variable (php:S1481)
## SonarQube — 0.343 (2026-03-19)
### Nowe issues (nie wystÄ™powaÅy w 0.340)
#### Code Smells — CRITICAL
- [ ] [CRITICAL] autoload/admin/App.php:39 — Cognitive Complexity 37 (max 15) (php:S3776)
- [ ] [CRITICAL] autoload/admin/App.php:50 — Duplicated literal "Location: /admin/" 8 times (php:S1192)
- [ ] [CRITICAL] autoload/front/Controllers/ShopOrderController.php:86 — Cognitive Complexity 22 (max 15) (php:S3776)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:275 — Duplicated literal "Location: /koszyk" 6 times (php:S1192)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:287 — Duplicated literal "Location: /zamowienie/" 3 times (php:S1192)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:495 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:33 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:449 — Cognitive Complexity 22 (max 15) (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:635 — Cognitive Complexity 61 (max 15) (php:S3776)
- [ ] [CRITICAL] cron.php:198 — Cognitive Complexity 109 (max 15) (php:S3776)
- [ ] [CRITICAL] cron.php:651 — Cognitive Complexity 18 (max 15) (php:S3776)
#### Code Smells — MAJOR
- [ ] [MAJOR] cron.php:198 — Function has 305 lines (max 150) (php:S138)
- [ ] [MAJOR] cron.php:572 — Unused function parameter "$payload" (php:S1172)
- [ ] [MAJOR] cron.php:572 — 5 returns (max 3) (php:S1142)
- [ ] [MAJOR] cron.php:605 — Unused function parameter "$payload" (php:S1172)
- [ ] [MAJOR] cron.php:605 — 4 returns (max 3) (php:S1142)
- [ ] [MAJOR] cron.php:651 — Unused function parameter "$payload" (php:S1172)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:53 — 4 returns (max 3) (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:93 — 4 returns (max 3) (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:105 — Merge if statement with enclosing one (php:S1066)
## SonarQube — 0.344 (2026-03-19)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:484 — Use empty() to check whether the array is empty (php:S1155)
## SonarQube — 0.345 (2026-03-25)
- [ ] [MAJOR] autoload/front/Controllers/ShopBasketController.php:574 — This method has 6 returns, which is more than the 3 allowed (php:S1142)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:576 — Add curly braces around nested statement(s) (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:602 — Add curly braces around nested statement(s) (php:S121)
## SonarQube - 0.347 (2026-04-18)
### Bugs/Vulnerabilities
- [ ] [BLOCKER] autoload/admin/App.php:6 — 'SECRET' detected in this expression, review this potentially hard-coded secret. (php:S6418)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:241 — Enable server certificate validation on this SSL/TLS connection. (php:S4830)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:242 — Enable server hostname verification on this SSL/TLS connection. (php:S5527)
- [ ] [CRITICAL] src/Modules/Settings/EmailMailboxController.php:223 — Change this code to use a stronger protocol. (php:S4423)
- [ ] [CRITICAL] templates/projects/tasks.php:116 — Duplicate id "inprogress-tasks-container" found. First occurrence was on line 97. (Web:S7930)
- [ ] [CRITICAL] templates/site/layout-cron.php:52 — Duplicate id "divider" found. First occurrence was on line 47. (Web:S7930)
- [ ] [CRITICAL] templates/tasks/work-time.php:179 — Duplicate id "billing-empty-state" found. First occurrence was on line 176. (Web:S7930)
- [ ] [MAJOR] admin/templates/dashboard/main-view.php:84 — Add "<th>" headers to this "<table>". (Web:S5256)
- [ ] [MAJOR] admin/templates/site/main-layout.php:3 — Add "lang" and/or "xml:lang" attributes to this "<html>" element (Web:S5254)
- [ ] [MAJOR] admin/templates/site/unlogged.php:2 — Add "lang" and/or "xml:lang" attributes to this "<html>" element (Web:S5254)
- [ ] [MAJOR] admin/templates/site/unlogged-layout.php:2 — Add "lang" and/or "xml:lang" attributes to this "<html>" element (Web:S5254)
- [ ] [MAJOR] autoload/class.Excel.php:26 — Group parts of the regex together to make the intended operator precedence explicit. (php:S5850)
- [ ] [MAJOR] autoload/class.S.php:167 — Remove this conditional structure or edit its code blocks so that they're not all the same. (php:S3923)
- [ ] [MAJOR] autoload/class.S.php:176 — Remove this conditional structure or edit its code blocks so that they're not all the same. (php:S3923)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:432 — Remove this use of the output from "Controllers\TasksController::taskChangeStatus"; "Controllers\TasksController::taskChangeStatus" doesn't return anything. (php:S3699)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:537 — Remove or correct this useless self-assignment (php:S1656)
- [ ] [MAJOR] autoload/controls/class.Users.php:242 — Remove this use of the output from "Controllers\UsersController::switchBackToAdmin"; "Controllers\UsersController::switchBackToAdmin" doesn't return anything. (php:S3699)
- [ ] [MAJOR] autoload/Domain/Promotion/PromotionRepository.php:537 — Identical sub-expressions on both sides of operator "and" (php:S1764)
- [ ] [MAJOR] autoload/factory/class.Projects.php:326 — Delete this unreachable code or refactor the code to make it reachable. (php:S1763)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:851 — Delete this unreachable code or refactor the code to make it reachable. (php:S1763)
- [ ] [MAJOR] templates/finances/main-view.php:107 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:185 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:188 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:191 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:194 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:201 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:204 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:207 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:210 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:222 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:223 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:224 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:225 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:252 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:255 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:94 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:95 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:96 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:97 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:98 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/main-view.php:99 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/operations-list.php:28 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/operations-list.php:29 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/operations-list.php:30 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/operations-list.php:31 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/operations-list.php:65 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MAJOR] templates/finances/operations-list.php:68 — Add either an 'id' or a 'scope' attribute to this <th> tag. (Web:TableHeaderHasIdOrScopeCheck)
- [ ] [MINOR] admin/index.php:51 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/banners/banner-edit.php:146 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/filemanager/filemanager.php:4 — Add a "title" attribute to this <iframe> tag. (Web:FrameWithoutTitleCheck)
- [ ] [MINOR] admin/templates/layouts/layout-edit.php:339 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/pages/page-articles.php:31 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/pages/pages-browse-list.php:41 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/pages/pages-list.php:53 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/settings/settings.php:365 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/shop-category/categories-list.php:50 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/shop-category/category-browse-list.php:40 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/shop-category/category-edit.php:190 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/shop-category/category-products.php:28 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:39 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:43 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:45 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:49 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:52 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:55 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:56 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:60 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:61 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:63 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:64 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:66 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:83 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:87 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:98 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] admin/templates/shop-order/order-edit.php:24 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <i> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] autoload/class.Excel.php:101 — Explicitly mention the visibility of this method "right". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:111 — Explicitly mention the visibility of this method "up". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:124 — Explicitly mention the visibility of this method "down". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:133 — Explicitly mention the visibility of this method "top". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:141 — Explicitly mention the visibility of this method "home". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:151 — Explicitly mention the visibility of this method "number". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:162 — Explicitly mention the visibility of this method "label". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:21 — Explicitly mention the visibility of this method "filename". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:33 — Explicitly mention the visibility of this constructor "__construct". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:45 — Explicitly mention the visibility of this method "headers". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:53 — Explicitly mention the visibility of this method "send_to_file". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:59 — Explicitly mention the visibility of this method "send". (php:S1784)
- [ ] [MINOR] autoload/class.Excel.php:88 — Explicitly mention the visibility of this method "left". (php:S1784)
- [ ] [MINOR] autoload/class.Tpl.php:36 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] autoload/class.Tpl.php:45 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] autoload/class.Tpl.php:54 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] autoload/class.Tpl.php:7 — Explicitly mention the visibility of this constructor "__construct". (php:S1784)
- [ ] [MINOR] autoload/controls/class.Tasks.php:826 — Explicitly mention the visibility of this method "filtr_get". (php:S1784)
- [ ] [MINOR] autoload/front/App.php:146 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:5 — Explicitly mention the visibility of this method "canAddRedirect". (php:S1784)
- [ ] [MINOR] autoload/Shared/Tpl/Tpl.php:48 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] index.php:368 — Replace "include" with "include_once". (php:S2003)
- [ ] [MINOR] resources/views/accounting/index.php:31 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] resources/views/orders/list.php:22 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] resources/views/orders/list.php:5 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] resources/views/orders/show.php:39 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] resources/views/orders/show.php:780 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] resources/views/users/index.php:43 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] src/Core/Application.php:68 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] src/Core/I18n/Translator.php:47 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] src/Core/View/Template.php:44 — Replace "require" with "require_once". (php:S2003)
- [ ] [MINOR] templates/finances/main-view.php:64 — Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <tr> tag. (Web:MouseEventWithoutKeyboardEquivalentCheck)
- [ ] [MINOR] templates/tasks/task_single.php:2 — Surround this <li> item tag by a <ul> or <ol> container one. (Web:ItemTagNotWithinContainerTagCheck)
### Code Smells
- [ ] [CRITICAL] admin/ajax.php:10 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] admin/ajax.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/ajax.php:14 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] admin/ajax.php:18 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/ajax.php:19 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] admin/ajax/shop-category.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/index.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/index.php:21 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/index.php:22 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] admin/index.php:26 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/index.php:27 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] admin/index.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/articles/subpages-list.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/dashboard/main-view.php:131 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/dashboard/main-view.php:166 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/dashboard/main-view.php:186 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/dashboard/main-view.php:214 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/dashboard/main-view.php:72 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/dashboard/main-view.php:75 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/dashboard/main-view.php:80 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/button.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/button.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/button.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/button.php:20 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/button.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/button.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/button.php:8 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:25 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:30 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:39 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:42 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:45 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:48 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:51 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:25 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:30 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:39 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:42 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:45 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:48 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:51 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:58 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-icon.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-switch.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-switch.php:16 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-switch.php:20 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-switch.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/input-switch.php:7 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:22 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:27 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:40 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:43 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:45 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/select.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:31 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:43 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/html/textarea.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/integrations/apilo-settings.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/integrations/apilo-settings.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/integrations/apilo-settings.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/integrations/apilo-settings.php:19 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/layouts/layout-edit.php:201 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/layouts/layout-edit.php:208 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/layouts/layout-edit.php:273 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/layouts/layout-edit.php:301 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/layouts/subcategories-list.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/layouts/subpages-list.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/layouts/subpages-list.php:5 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/settings/settings.php:146 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/settings/settings.php:156 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/settings/settings.php:158 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-attribute/values-edit.php:41 — Define a constant instead of duplicating this literal "shop-attribute/_partials/value-row" 3 times. (php:S1192)
- [ ] [CRITICAL] admin/templates/shop-category/categories-list.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-category/category-browse-list.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-category/category-edit.php:107 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-category/category-edit.php:20 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-category/category-products.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-category/category-products.php:8 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-category/subcategories-list.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-category/subcategory-browse-list.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-order/order-details.php:177 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-order/order-details.php:179 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-product/mass-edit.php:95 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-product/product-combination.php:34 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/shop-product/subcategories-list.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/site/main-layout.php:191 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] admin/templates/site/main-layout.php:193 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] ajax.php:10 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] ajax.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] ajax.php:15 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] ajax.php:83 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] ajax.php:87 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] ajax.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] api.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] api.php:11 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] api.php:115 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] api.php:122 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] api.php:127 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] api.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] api.php:16 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] api.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] api.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:102 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:104 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:154 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:156 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:208 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:214 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:220 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:233 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:245 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:39 — Refactor this function to reduce its Cognitive Complexity from 37 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/App.php:44 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/App.php:50 — Define a constant instead of duplicating this literal "Location: /admin/" 8 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/App.php:59 — Add a "case default" clause to this "switch" statement. (php:S131)
- [ ] [CRITICAL] autoload/admin/App.php:92 — Define a constant instead of duplicating this literal "Location: /admin/user/twofa/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ArticlesController.php:143 — Define a constant instead of duplicating this literal "/admin/articles/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ArticlesController.php:160 — Define a constant instead of duplicating this literal "Artykul zostal zapisany." 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/BannerController.php:150 — Define a constant instead of duplicating this literal "/admin/banners/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/BannerController.php:28 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/DictionariesController.php:108 — Define a constant instead of duplicating this literal "/admin/dictionaries/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/LanguagesController.php:128 — Define a constant instead of duplicating this literal "/admin/languages/view_list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/LanguagesController.php:321 — Define a constant instead of duplicating this literal "/admin/languages/translation_list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/NewsletterController.php:140 — Define a constant instead of duplicating this literal "Location: /admin/newsletter/emails_list/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/NewsletterController.php:192 — Define a constant instead of duplicating this literal "Ustawienia zostaly zapisane." 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/NewsletterController.php:219 — Define a constant instead of duplicating this literal "Location: /admin/newsletter/email_templates_admin/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/PagesController.php:137 — Define a constant instead of duplicating this literal "/admin/pages/list/" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/PagesController.php:245 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ProductArchiveController.php:15 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ProductArchiveController.php:167 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/Controllers/ProductArchiveController.php:169 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/admin/Controllers/ProductArchiveController.php:172 — Define a constant instead of duplicating this literal "Location: /admin/product_archive/list/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ScontainersController.php:122 — Define a constant instead of duplicating this literal "/admin/scontainers/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/SettingsController.php:33 — Define a constant instead of duplicating this literal "../temp/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/SettingsController.php:90 — Refactor this function to reduce its Cognitive Complexity from 44 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopAttributeController.php:140 — Define a constant instead of duplicating this literal "/admin/shop_attribute/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopAttributeController.php:217 — Define a constant instead of duplicating this literal "Location: /admin/shop_attribute/list/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopAttributeController.php:247 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopAttributeController.php:336 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopCouponController.php:157 — Define a constant instead of duplicating this literal "/admin/shop_coupon/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopCouponController.php:20 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopOrderController.php:264 — Define a constant instead of duplicating this literal "Location: /admin/shop_order/order_details/order_id=" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopPaymentMethodController.php:123 — Define a constant instead of duplicating this literal "/admin/shop_payment_method/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopPaymentMethodController.php:259 — Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProducerController.php:131 — Define a constant instead of duplicating this literal "/admin/shop_producer/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProducerController.php:193 — Define a constant instead of duplicating this literal "../temp/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProductController.php:101 — Define a constant instead of duplicating this literal "" value="" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProductController.php:691 — Define a constant instead of duplicating this literal " selected" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProductController.php:766 — Define a constant instead of duplicating this literal "Produkt zostaA? zapisany." 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProductController.php:787 — Define a constant instead of duplicating this literal "Location: /admin/shop_product/view_list/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProductSetsController.php:117 — Define a constant instead of duplicating this literal "/admin/shop_product_sets/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopProductSetsController.php:148 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopPromotionController.php:126 — Define a constant instead of duplicating this literal "/admin/shop_promotion/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopStatusesController.php:114 — Define a constant instead of duplicating this literal "/admin/shop_statuses/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/ShopTransportController.php:137 — Define a constant instead of duplicating this literal "/admin/shop_transport/list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Controllers/UsersController.php:225 — Define a constant instead of duplicating this literal "/admin/users/view_list/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Support/Forms/FormFieldRenderer.php:264 — Define a constant instead of duplicating this literal "przeglÄ?daj" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Support/Forms/FormFieldRenderer.php:387 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Support/Forms/FormFieldRenderer.php:49 — Define a constant instead of duplicating this literal "require " 13 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Support/Forms/FormFieldRenderer.php:57 — Define a constant instead of duplicating this literal " error" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/admin/Support/Forms/FormRequestHandler.php:105 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Validation/FormValidator.php:120 — Add a "case default" clause to this "switch" statement. (php:S131)
- [ ] [CRITICAL] autoload/admin/Validation/FormValidator.php:40 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/admin/Validation/FormValidator.php:56 — Add a "case default" clause to this "switch" statement. (php:S131)
- [ ] [CRITICAL] autoload/admin/Validation/FormValidator.php:94 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/api/Controllers/CategoriesApiController.php:8 — Refactor this function to reduce its Cognitive Complexity from 28 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/api/Controllers/DictionariesApiController.php:110 — Define a constant instead of duplicating this literal "Missing or invalid JSON body" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/api/Controllers/DictionariesApiController.php:116 — Define a constant instead of duplicating this literal "Missing name" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/api/Controllers/OrdersApiController.php:51 — Define a constant instead of duplicating this literal "Missing or invalid id parameter" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/api/Controllers/OrdersApiController.php:57 — Define a constant instead of duplicating this literal "Order not found" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/api/Controllers/ProductsApiController.php:19 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/api/Controllers/ProductsApiController.php:299 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/api/Controllers/ProductsApiController.php:396 — Refactor this function to reduce its Cognitive Complexity from 83 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/api/Controllers/ProductsApiController.php:63 — Define a constant instead of duplicating this literal "Missing or invalid id parameter" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/api/Controllers/ProductsApiController.php:69 — Define a constant instead of duplicating this literal "Product not found" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/api/Controllers/ProductsApiController.php:84 — Define a constant instead of duplicating this literal "Missing or invalid JSON body" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/class.Cache.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cache.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cache.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Chunk.php:122 — Refactor this function to reduce its Cognitive Complexity from 37 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/class.Cron.php:109 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:109 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:129 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:136 — Refactor this function to reduce its Cognitive Complexity from 88 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/class.Cron.php:149 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:154 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:210 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:37 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:47 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:49 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:5 — Refactor this function to reduce its Cognitive Complexity from 76 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/class.Cron.php:57 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:59 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:70 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:72 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:80 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:82 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:88 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Cron.php:98 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.DbModel.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.DbModel.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.DbModel.php:22 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:124 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:134 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:138 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:140 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:143 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:167 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:169 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:176 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:178 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:191 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:193 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:195 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:202 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:25 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:251 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:257 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:42 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:8 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.S.php:8 — Use curly braces or indentation to denote the code conditionally executed by this "if". (php:S3973)
- [ ] [CRITICAL] autoload/class.Tpl.php:16 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Tpl.php:16 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Tpl.php:4 — Define a constant instead of duplicating this literal "templates/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/class.Tpl.php:60 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/class.Tpl.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/CrmController.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/CrmController.php:23 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/CrmController.php:37 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/CrmController.php:45 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/CrmController.php:58 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:102 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:119 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:130 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:142 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:157 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:170 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:177 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:188 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:203 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:209 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:36 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:52 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:57 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:60 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:63 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:66 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/FinancesController.php:69 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/TasksController.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/TasksController.php:42 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/TasksController.php:57 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/TasksController.php:60 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/TasksController.php:63 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/TasksController.php:68 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:108 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:112 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:142 — Define a constant instead of duplicating this literal "Content-Type: application/json; charset=utf-8" 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:148 — Define a constant instead of duplicating this literal "Brak uprawnieA?." 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:155 — Define a constant instead of duplicating this literal "NieprawidA?owy token bezpieczeA?stwa. OdA?wieA1 stronÄ?." 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:173 — Define a constant instead of duplicating this literal "/^\d{4}-\d{2}-\d{2}$/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:183 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:234 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:27 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:272 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:312 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:328 — Define a constant instead of duplicating this literal "Brak uprawnien." 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:335 — Define a constant instead of duplicating this literal "Nieprawidlowy token bezpieczenstwa. Odswiez strone." 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:43 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:47 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:475 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:506 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:519 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:67 — Define a constant instead of duplicating this literal "Location: /" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:92 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:95 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Controllers/UsersController.php:98 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:114 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:117 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:119 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:130 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:146 — Define a constant instead of duplicating this literal "projects/inprogress-tasks" 9 times. (php:S1192)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:18 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:181 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:186 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:186 — Use curly braces or indentation to denote the code conditionally executed by this "if". (php:S3973)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:209 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:211 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:239 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:54 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:67 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:70 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Projects.php:81 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Site.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Site.php:23 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Site.php:23 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Site.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Site.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Site.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Site.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:103 — Define a constant instead of duplicating this literal "Location: /tasks/main_view/" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:152 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:155 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:194 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:21 — Define a constant instead of duplicating this literal "Location: /logowanie" 16 times. (php:S1192)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:211 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:252 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:27 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:340 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:395 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:401 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:403 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:405 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:439 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:450 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:46 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:468 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:473 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:48 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:482 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:485 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:488 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:497 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:51 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:512 — Refactor this function to reduce its Cognitive Complexity from 25 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:532 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:536 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:538 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:540 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:548 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:596 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:61 — Define a constant instead of duplicating this literal "tasks/main_view_by_ajax" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:627 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:629 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:633 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:635 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:637 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:645 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:648 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:679 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:681 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:699 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:701 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:758 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:775 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:802 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:804 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:819 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Tasks.php:96 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/controls/class.Users.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Users.php:101 — Define a constant instead of duplicating this literal "Location: /users/settings/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/controls/class.Users.php:26 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Users.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Users.php:36 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Users.php:39 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Users.php:45 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Users.php:51 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Users.php:7 — Refactor this function to reduce its Cognitive Complexity from 39 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:26 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:28 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:37 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:39 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:64 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:77 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/controls/class.Wiki.php:89 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:197 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:270 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:85 — Define a constant instead of duplicating this literal "../temp/" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:969 — Define a constant instead of duplicating this literal "SELECT " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:971 — Define a constant instead of duplicating this literal "( CASE " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:972 — Define a constant instead of duplicating this literal "WHEN copy_from IS NULL THEN title " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:973 — Define a constant instead of duplicating this literal "WHEN copy_from IS NOT NULL THEN ( " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:974 — Define a constant instead of duplicating this literal "SELECT title FROM pp_articles_langs " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:975 — Define a constant instead of duplicating this literal "WHERE lang_id = al.copy_from AND article_id = a.id " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:977 — Define a constant instead of duplicating this literal "END ) AS title " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:978 — Define a constant instead of duplicating this literal "FROM " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:979 — Define a constant instead of duplicating this literal "pp_articles_pages AS ap " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:980 — Define a constant instead of duplicating this literal "INNER JOIN pp_articles AS a ON a.id = ap.article_id " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:981 — Define a constant instead of duplicating this literal "INNER JOIN pp_articles_langs AS al ON al.article_id = ap.article_id " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:982 — Define a constant instead of duplicating this literal "WHERE " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:983 — Define a constant instead of duplicating this literal " AND lang_id = :lang_id " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:983 — Define a constant instead of duplicating this literal "status = 1 AND page_id = " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Article/ArticleRepository.php:984 — Define a constant instead of duplicating this literal ") AS q1 " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Attribute/AttributeRepository.php:271 — Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Attribute/AttributeRepository.php:375 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Attribute/AttributeRepository.php:542 — Refactor this function to reduce its Cognitive Complexity from 50 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Attribute/AttributeRepository.php:819 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Attribute/AttributeRepository.php:911 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:122 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:139 — Refactor this function to reduce its Cognitive Complexity from 146 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:162 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:171 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:176 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:178 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:186 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:188 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:209 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:218 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:223 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:225 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:233 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:235 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:76 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:82 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:84 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Basket/BasketCalculator.php:94 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:128 — Define a constant instead of duplicating this literal "SELECT " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:130 — Define a constant instead of duplicating this literal "FROM " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:131 — Define a constant instead of duplicating this literal "pp_shop_products_categories AS pspc " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:132 — Define a constant instead of duplicating this literal "INNER JOIN pp_shop_products AS psp ON psp.id = pspc.product_id " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:133 — Define a constant instead of duplicating this literal "WHERE " 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:135 — Define a constant instead of duplicating this literal "ORDER BY " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:245 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:505 — Define a constant instead of duplicating this literal "INNER JOIN pp_shop_products_langs AS pspl ON pspl.product_id = pspc.product_id " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:507 — Define a constant instead of duplicating this literal "status = 1 AND category_id = :category_id AND lang_id = :lang_id" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Category/CategoryRepository.php:508 — Define a constant instead of duplicating this literal ") AS q1 " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Crm/ClientRepository.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/CronJob/CronJobRepository.php:35 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 11 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:105 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:112 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:179 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:185 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:227 — Define a constant instead of duplicating this literal "SELECT SUM(amount) AS val FROM finance_operations " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:241 — Define a constant instead of duplicating this literal "WHERE category_id IN ( SELECT id FROM finance_categories WHERE group_id = :group_id ) " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:280 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:283 — Define a constant instead of duplicating this literal "INNER JOIN finance_operation_tags AS fot ON fot.operation_id = fo.id " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:288 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:296 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:30 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:317 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:379 — Define a constant instead of duplicating this literal "AND date >= :date_from AND date <= :date_to AND amount " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Finances/FinanceRepository.php:68 — Define a constant instead of duplicating this literal "INNER JOIN finance_categories AS fc ON fc.id = fo.category_id " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:159 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:239 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:309 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:315 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:339 — Define a constant instead of duplicating this literal "Authorization: Bearer " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:359 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:400 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:402 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:405 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:408 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:411 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:418 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:421 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:438 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:442 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:449 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:454 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:463 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:465 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:469 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:484 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:516 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:534 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:66 — Define a constant instead of duplicating this literal "Accept: application/json" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Integrations/ApiloRepository.php:77 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:143 — Refactor this function to reduce its Cognitive Complexity from 49 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:154 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:179 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:22 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Integrations/IntegrationsRepository.php:33 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Languages/LanguagesRepository.php:236 — Define a constant instead of duplicating this literal "../temp/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Layouts/LayoutsRepository.php:260 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Newsletter/NewsletterRepository.php:47 — Define a constant instead of duplicating this literal "../temp/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:140 — Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:438 — Define a constant instead of duplicating this literal "https://projectpro.apilo.com/rest/api/orders/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:446 — Define a constant instead of duplicating this literal "Authorization: Bearer " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:447 — Define a constant instead of duplicating this literal "Accept: application/json" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:448 — Define a constant instead of duplicating this literal "Content-Type: application/json" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:480 — Define a constant instead of duplicating this literal ") SELECT " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:734 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:735 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:796 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:797 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:808 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderAdminService.php:810 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:18 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:569 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:635 — Refactor this function to reduce its Cognitive Complexity from 61 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:673 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:836 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:843 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:850 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Order/OrderRepository.php:894 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Pages/PagesRepository.php:180 — Define a constant instead of duplicating this literal "../temp/" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Pages/PagesRepository.php:525 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:104 — Define a constant instead of duplicating this literal " AND " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1269 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1363 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1508 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1517 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1526 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1529 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1549 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1558 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1566 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1579 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1672 — Refactor this function to reduce its Cognitive Complexity from 35 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:1932 — Refactor this function to reduce its Cognitive Complexity from 48 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:2265 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:2291 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:2311 — Refactor this function to reduce its Cognitive Complexity from 32 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:2346 — Define a constant instead of duplicating this literal "in stock" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:2349 — Define a constant instead of duplicating this literal "out of stock" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:2379 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:2861 — Refactor this function to reduce its Cognitive Complexity from 38 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3023 — Refactor this function to reduce its Cognitive Complexity from 62 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3120 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3121 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3122 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3123 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3140 — Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3208 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3331 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3387 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3401 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3472 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3483 — Refactor this function to reduce its Cognitive Complexity from 37 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3518 — Refactor this function to reduce its Cognitive Complexity from 75 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:3566 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:357 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:408 — Define a constant instead of duplicating this literal "FROM pp_shop_products AS psp " 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:455 — Refactor this function to reduce its Cognitive Complexity from 35 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:627 — Refactor this function to reduce its Cognitive Complexity from 40 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:769 — Refactor this function to reduce its Cognitive Complexity from 31 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:82 — Define a constant instead of duplicating this literal "psp.parent_id IS NULL" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:859 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:915 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Product/ProductRepository.php:994 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:454 — Refactor this function to reduce its Cognitive Complexity from 26 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:456 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:476 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:479 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:482 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:485 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:488 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:491 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:531 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:548 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:612 — Refactor this function to reduce its Cognitive Complexity from 29 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:640 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Promotion/PromotionRepository.php:669 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Scontainers/ScontainersRepository.php:285 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Settings/SettingsRepository.php:28 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1002 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1003 — Define a constant instead of duplicating this literal "(brak tresci)" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1014 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1028 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1031 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1034 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1037 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1040 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1043 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1046 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1049 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1061 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1064 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1067 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1070 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1073 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1081 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1090 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1094 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1101 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1111 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1118 — Refactor this function to reduce its Cognitive Complexity from 34 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1132 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1191 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1194 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:125 — Define a constant instead of duplicating this literal "(bez tematu)" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1270 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1284 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1297 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1300 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1315 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1321 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1323 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1331 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1335 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1337 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1345 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1348 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1357 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1365 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1368 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1377 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1390 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1445 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1448 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1468 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1475 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1477 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1479 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1489 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1493 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1496 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1505 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1547 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1552 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1555 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1558 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1561 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1564 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1572 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1591 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1622 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1625 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1628 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1631 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:1643 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:170 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:183 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:187 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:196 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:219 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:228 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:242 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:248 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:255 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:261 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:272 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:276 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:289 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:29 — Refactor this function to reduce its Cognitive Complexity from 116 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:296 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:305 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:31 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:316 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:320 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:329 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:340 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:348 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:355 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:364 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:367 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:371 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:385 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:388 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:391 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:410 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:42 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:421 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:428 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:436 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:446 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:449 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:477 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:479 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:502 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:515 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:515 — Define a constant instead of duplicating this literal "text/plain" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:518 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:521 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:540 — Define a constant instead of duplicating this literal "application/octet-stream" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:547 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:595 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:597 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:602 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:605 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:607 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:612 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:623 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:626 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:633 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:640 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:644 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:646 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:648 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:667 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:675 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:684 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:692 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:705 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:714 — Define a constant instead of duplicating this literal "/^([^']*)'([^']*)'(.+)$/s" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:718 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:723 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:734 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:740 — Refactor this function to reduce its Cognitive Complexity from 55 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:743 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:755 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:756 — Define a constant instead of duplicating this literal " \t"'" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:766 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:770 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:783 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:787 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:795 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:802 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:810 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:818 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:832 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:842 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:847 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:849 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:867 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:869 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:872 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:874 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:882 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:886 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:894 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:897 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:925 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:939 — Refactor this function to reduce its Cognitive Complexity from 25 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:942 — Replace this "preg_replace()" call by a "str_replace()" function call. (php:S5361)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:951 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:954 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:957 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:960 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:963 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:966 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:969 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:972 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:976 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:980 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:984 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/MailToTaskImporter.php:988 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:113 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:117 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:143 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:150 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:168 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:174 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:193 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:195 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:198 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:202 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:205 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:214 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:220 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:228 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:235 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:248 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:253 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:256 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:259 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:262 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:265 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:273 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:322 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:33 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:336 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:340 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:348 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:55 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:58 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:62 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:80 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:84 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/TaskAttachmentRepository.php:95 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/WorkTimeRepository.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/WorkTimeRepository.php:112 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/WorkTimeRepository.php:117 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/WorkTimeRepository.php:25 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/WorkTimeRepository.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/WorkTimeRepository.php:51 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Tasks/WorkTimeRepository.php:58 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Transport/TransportRepository.php:297 — Refactor this function to reduce its Cognitive Complexity from 34 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Transport/TransportRepository.php:320 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Transport/TransportRepository.php:322 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Transport/TransportRepository.php:353 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Transport/TransportRepository.php:354 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Update/UpdateRepository.php:114 — Refactor this function to reduce its Cognitive Complexity from 40 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Update/UpdateRepository.php:151 — Define a constant instead of duplicating this literal " bajtA3w)" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Update/UpdateRepository.php:450 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Update/UpdateRepository.php:495 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Domain/Update/UpdateRepository.php:69 — Define a constant instead of duplicating this literal "https://shoppro.project-dc.pl/updates/" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Update/UpdateRepository.php:89 — Define a constant instead of duplicating this literal "/ver_" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/User/UserRepository.php:55 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:26 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:28 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:39 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:44 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:51 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:55 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:64 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:68 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/PermissionRepository.php:75 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/UserRepository.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/UserRepository.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/UserRepository.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/UserRepository.php:20 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/UserRepository.php:28 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:115 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:118 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:183 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:200 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:227 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:252 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:261 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:306 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:308 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:311 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:71 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:90 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Domain/Users/VacationRepository.php:93 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:143 — Define a constant instead of duplicating this literal "Y-m-d 08" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:162 — Define a constant instead of duplicating this literal "DATE_FORMAT( pr.date, '%Y-%m-%d %H' ) < '" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:185 — Define a constant instead of duplicating this literal "Y-m-d 20:00:00" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:195 — Define a constant instead of duplicating this literal "Y-m-d 20" 8 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:291 — Refactor this function to reduce its Cognitive Complexity from 65 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:299 — Define a constant instead of duplicating this literal "id, email " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:31 — Refactor this function to reduce its Cognitive Complexity from 65 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:311 — Define a constant instead of duplicating this literal "pr.id, url, title, price, comment, mail_settings " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:316 — Define a constant instead of duplicating this literal "send_email = 0 " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:330 — Define a constant instead of duplicating this literal "UPDATE posters_history SET send_email = 1 WHERE id IN ( " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:336 — Define a constant instead of duplicating this literal "WysyA?am powiadomienia mailowe o znalezionych ogA?oszeniach." 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:348 — Define a constant instead of duplicating this literal "' GROUP BY poster_id ) )" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:38 — Define a constant instead of duplicating this literal "SELECT " 20 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:39 — Define a constant instead of duplicating this literal "id, email, pushover_api, pushover_user " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:40 — Define a constant instead of duplicating this literal "FROM " 20 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:41 — Define a constant instead of duplicating this literal "users " 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:42 — Define a constant instead of duplicating this literal "WHERE " 20 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:43 — Define a constant instead of duplicating this literal "id IN (" 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:44 — Define a constant instead of duplicating this literal "SELECT user_id FROM posters WHERE id IN ( " 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:47 — Define a constant instead of duplicating this literal "pushover_api IS NOT NULL " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:49 — Define a constant instead of duplicating this literal "pushover_user IS NOT NULL" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:55 — Define a constant instead of duplicating this literal "pr.id, url, title, price, comment " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:57 — Define a constant instead of duplicating this literal "posters_history AS pr " 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:58 — Define a constant instead of duplicating this literal "INNER JOIN posters AS p ON p.id = pr.poster_id " 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:60 — Define a constant instead of duplicating this literal "send_pushover = 0 " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:64 — Define a constant instead of duplicating this literal " LIMIT 1" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:64 — Define a constant instead of duplicating this literal "user_id = " 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:74 — Define a constant instead of duplicating this literal "UPDATE posters_history SET send_pushover = 1 WHERE id IN ( " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:8 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:80 — Define a constant instead of duplicating this literal "WysyA?am powiadomienia push o znalezionych ogA?oszeniach." 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:92 — Define a constant instead of duplicating this literal "' GROUP BY poster_id ) ) " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:92 — Define a constant instead of duplicating this literal "-1 hours" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Cron.php:92 — Define a constant instead of duplicating this literal "Y-m-d H" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:176 — Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:188 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:203 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:218 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:233 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:25 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:257 — Refactor this function to reduce its Cognitive Complexity from 29 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:270 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:301 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:301 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:303 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:310 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:315 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:317 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:354 — Define a constant instead of duplicating this literal "SELECT " 12 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:356 — Define a constant instead of duplicating this literal "FROM " 12 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:357 — Define a constant instead of duplicating this literal "tasks AS t " 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:358 — Define a constant instead of duplicating this literal "LEFT JOIN task_user AS tu ON tu.task_id = t.id " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:359 — Define a constant instead of duplicating this literal "WHERE " 12 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:360 — Define a constant instead of duplicating this literal " OR created_by = " 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:360 — Define a constant instead of duplicating this literal "( user_id = " 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:382 — Define a constant instead of duplicating this literal "ORDER BY " 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:384 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:387 — Define a constant instead of duplicating this literal "t.id " 9 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:392 — Define a constant instead of duplicating this literal "-21 days" 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:406 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:408 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:409 — Define a constant instead of duplicating this literal " AND project_id = " 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:410 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:411 — Define a constant instead of duplicating this literal " AND project_id IS NULL" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:416 — Define a constant instead of duplicating this literal "tasks AS t " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:420 — Define a constant instead of duplicating this literal "status ASC, o ASC, date_start IS NOT NULL DESC, date_start ASC, date_end IS NOT NULL DESC, date_end ASC, name ASC" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:421 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:435 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:437 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:439 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:446 — Define a constant instead of duplicating this literal "LEFT JOIN task_user AS tu ON tu.task_id = t.id " 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:448 — Define a constant instead of duplicating this literal "( ( user_id = " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:450 — Define a constant instead of duplicating this literal " OR created_by = " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:458 — Define a constant instead of duplicating this literal "' ) " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:462 — Define a constant instead of duplicating this literal "GROUP BY " 8 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:466 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:480 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:482 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:484 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:498 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:513 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:515 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:517 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:520 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:545 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:55 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:559 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:561 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:563 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:566 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:575 — Define a constant instead of duplicating this literal "( parent_id IS NULL OR parent_id IS NOT NULL AND ( SELECT status FROM tasks WHERE id = t.parent_id ) = 1 ) " 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:582 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:598 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:607 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:636 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:665 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:67 — Add a "case default" clause to this "switch" statement. (php:S131)
- [ ] [CRITICAL] autoload/factory/class.Projects.php:80 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:108 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:115 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:134 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:141 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:154 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:16 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:169 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:179 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:189 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:192 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:203 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:213 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:221 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:226 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:242 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:250 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:255 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:258 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:266 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:268 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:270 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:283 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:298 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:301 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:327 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:346 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:348 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:362 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:40 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:424 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:473 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:474 — Define a constant instead of duplicating this literal "SELECT * FROM tasks WHERE status = " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:475 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:477 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:482 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:484 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:522 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:55 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:556 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:57 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:575 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:589 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:599 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:602 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:605 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:612 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:624 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:628 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:641 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:648 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:656 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:664 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:684 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:689 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:691 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:699 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:719 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:722 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:724 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:736 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:74 — Refactor this function to reduce its Cognitive Complexity from 104 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:749 — Refactor this function to reduce its Cognitive Complexity from 86 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:784 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:788 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:789 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:795 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:797 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:835 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:837 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:842 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:865 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:867 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:879 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:883 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:885 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:89 — Define a constant instead of duplicating this literal "SELECT " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:90 — Define a constant instead of duplicating this literal "t.id, t.name, t.date_start, t.date_end, t.status, t.client_id, t.parent_id, t.priority, pt.date_start AS parent_date_start, pt.date_end AS parent_date_end " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:91 — Define a constant instead of duplicating this literal "FROM tasks AS t " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Tasks.php:92 — Define a constant instead of duplicating this literal "LEFT JOIN tasks AS pt ON t.parent_id = pt.id " 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/factory/class.Users.php:55 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Users.php:70 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Users.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Users.php:77 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:105 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:120 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:123 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:127 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:16 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:37 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/factory/class.Wiki.php:72 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:126 — Add a "case default" clause to this "switch" statement. (php:S131)
- [ ] [CRITICAL] autoload/front/App.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:142 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:145 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:16 — Define a constant instead of duplicating this literal "\front\controls\" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/front/App.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:30 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:34 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:38 — Refactor this function to reduce its Cognitive Complexity from 29 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/front/App.php:44 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:59 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:72 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:79 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/App.php:93 — Add a "case default" clause to this "switch" statement. (php:S131)
- [ ] [CRITICAL] autoload/front/Controllers/NewsletterController.php:21 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/NewsletterController.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/NewsletterController.php:43 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:101 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:130 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:135 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:164 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:169 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:171 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:220 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:222 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:276 — Define a constant instead of duplicating this literal "Location: /koszyk" 5 times. (php:S1192)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:387 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:576 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:583 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:593 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:602 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopBasketController.php:80 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopClientController.php:33 — Define a constant instead of duplicating this literal "Location: /logowanie" 10 times. (php:S1192)
- [ ] [CRITICAL] autoload/front/Controllers/ShopClientController.php:39 — Define a constant instead of duplicating this literal "Location: /panel-klienta/adresy" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/front/Controllers/ShopCouponController.php:19 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopCouponController.php:21 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopOrderController.php:65 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopOrderController.php:67 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopOrderController.php:86 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProducerController.php:22 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:105 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:116 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:118 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:48 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:61 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:63 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:69 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Controllers/ShopProductController.php:71 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:10 — Rename this constant "products_promoted" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:11 — Rename this constant "news_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:12 — Rename this constant "article_products_category_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:124 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:13 — Rename this constant "news_list_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:131 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:14 — Rename this constant "top_news_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:143 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:15 — Rename this constant "single_product_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:156 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:158 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:16 — Rename this constant "products_box" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:167 — Define a constant instead of duplicating this literal "[CANONICAL]" 6 times. (php:S1192)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:17 — Rename this constant "produkty_top" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:178 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:18 — Rename this constant "produkty_new" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:180 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:198 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:20 — Refactor this function to reduce its Cognitive Complexity from 132 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:200 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:208 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:210 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:221 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:239 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:253 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:260 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:275 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:303 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:350 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:374 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:392 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:404 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:41 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:417 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:44 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:47 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:57 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:6 — Rename this constant "menu_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:7 — Rename this constant "menu_main_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:75 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:8 — Rename this constant "container_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:9 — Rename this constant "language_pattern" to match the regular expression ^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$. (php:S115)
- [ ] [CRITICAL] autoload/front/LayoutEngine.php:92 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:118 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:173 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:175 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:213 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:222 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:23 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:232 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:236 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:36 — Define a constant instead of duplicating this literal "site/pager" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/front/Views/Articles.php:71 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/front/Views/ShopProduct.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Email/Email.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Email/Email.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Email/Email.php:22 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Email/Email.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Email/Email.php:67 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Email/Email.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1011 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1018 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1019 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1022 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1032 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:105 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1071 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1077 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1088 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:109 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1090 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:1098 — Remove the parentheses from this "return" call. (php:S6600)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:112 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:124 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:128 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:157 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:161 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:171 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:193 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:21 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:215 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:220 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:222 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:236 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:242 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:28 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:31 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:324 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:333 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:378 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:385 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:387 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:40 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:408 — Refactor this function to reduce its Cognitive Complexity from 165 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:43 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:488 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:5 — Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:509 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:51 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:520 — Define a constant instead of duplicating this literal "/([0-9]+)$" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:521 — Define a constant instead of duplicating this literal "&bs=$1" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:607 — Define a constant instead of duplicating this literal " Order Deny,Allow" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:608 — Define a constant instead of duplicating this literal " Deny from all" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:623 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:628 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:633 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:635 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:650 — Define a constant instead of duplicating this literal "&lang=" 7 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:682 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:684 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:693 — Define a constant instead of duplicating this literal "index.php?product=" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:711 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:717 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:725 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:727 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:745 — Define a constant instead of duplicating this literal " [R=permanent,L]" 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:745 — Define a constant instead of duplicating this literal "RewriteRule ^(.*)$ http://www." 4 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:780 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:793 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:795 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:839 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:843 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:877 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Helpers/Helpers.php:98 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Image/ImageManipulator.php:131 — Define a constant instead of duplicating this literal "No image set" 3 times. (php:S1192)
- [ ] [CRITICAL] autoload/Shared/Image/ImageManipulator.php:327 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] autoload/Shared/Tpl/Tpl.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/Shared/Tpl/Tpl.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/view/class.Site.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/view/class.Site.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/view/class.Site.php:20 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] autoload/view/class.Site.php:20 — Use curly braces or indentation to denote the code conditionally executed by this "if". (php:S3973)
- [ ] [CRITICAL] autoload/view/class.Site.php:28 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:11 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] cron.php:112 — Define a constant instead of duplicating this literal "Content-Type: application/json" 3 times. (php:S1192)
- [ ] [CRITICAL] cron.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:156 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:16 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] cron.php:190 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:198 — Refactor this function to reduce its Cognitive Complexity from 109 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] cron.php:200 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:200 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 10 times. (php:S1192)
- [ ] [CRITICAL] cron.php:210 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:252 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:281 — Define a constant instead of duplicating this literal "biuro@project-pro.pl" 7 times. (php:S1192)
- [ ] [CRITICAL] cron.php:296 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:298 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:300 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:302 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:305 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:307 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:309 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:311 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:314 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:316 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:318 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:320 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:425 — Define a constant instead of duplicating this literal "Authorization: Bearer " 5 times. (php:S1192)
- [ ] [CRITICAL] cron.php:426 — Define a constant instead of duplicating this literal "Accept: application/json" 5 times. (php:S1192)
- [ ] [CRITICAL] cron.php:444 — Define a constant instead of duplicating this literal "/logs/apilo.txt" 3 times. (php:S1192)
- [ ] [CRITICAL] cron.php:545 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:548 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:550 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:552 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:561 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:564 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:566 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:574 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:578 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:590 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:593 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:607 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:622 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:625 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:651 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] cron.php:653 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:680 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:718 — Refactor this function to reduce its Cognitive Complexity from 28 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] cron.php:725 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:730 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] cron.php:763 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:11 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] index.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:156 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:16 — Remove the parentheses from this "require_once" call. (php:S6600)
- [ ] [CRITICAL] index.php:161 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:164 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:177 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:184 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:186 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:191 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:193 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:218 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:221 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:231 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:309 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:337 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] index.php:367 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/automation/form.php:58 — Define a constant instead of duplicating this literal " selected" 14 times. (php:S1192)
- [ ] [CRITICAL] resources/views/automation/form.php:66 — Define a constant instead of duplicating this literal " checked" 4 times. (php:S1192)
- [ ] [CRITICAL] resources/views/automation/index.php:134 — Define a constant instead of duplicating this literal " selected" 3 times. (php:S1192)
- [ ] [CRITICAL] resources/views/automation/index.php:241 — Define a constant instead of duplicating this literal " is-disabled" 4 times. (php:S1192)
- [ ] [CRITICAL] resources/views/automation/index.php:62 — Define a constant instead of duplicating this literal " is-active" 5 times. (php:S1192)
- [ ] [CRITICAL] resources/views/components/table-list.php:298 — Define a constant instead of duplicating this literal " is-disabled" 4 times. (php:S1192)
- [ ] [CRITICAL] resources/views/layouts/app.php:29 — Define a constant instead of duplicating this literal " is-active" 16 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/accounting.php:121 — Define a constant instead of duplicating this literal " checked" 3 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/accounting.php:97 — Define a constant instead of duplicating this literal " selected" 8 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/allegro.php:169 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/settings/allegro.php:216 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/settings/allegro.php:41 — Define a constant instead of duplicating this literal " is-active" 8 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/allegro.php:70 — Define a constant instead of duplicating this literal " selected" 8 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/cron.php:168 — Define a constant instead of duplicating this literal " is-disabled" 4 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/email-mailboxes.php:121 — Define a constant instead of duplicating this literal " selected" 3 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/email-mailboxes.php:144 — Define a constant instead of duplicating this literal " checked" 3 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/inpost.php:114 — Define a constant instead of duplicating this literal " checked" 3 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/inpost.php:42 — Define a constant instead of duplicating this literal " selected" 11 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/shoppro.php:179 — Define a constant instead of duplicating this literal " checked" 3 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/shoppro.php:244 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/settings/shoppro.php:356 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/settings/shoppro.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/settings/shoppro.php:51 — Define a constant instead of duplicating this literal " selected" 7 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/shoppro.php:64 — Define a constant instead of duplicating this literal " is-active" 8 times. (php:S1192)
- [ ] [CRITICAL] resources/views/settings/statuses.php:104 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/settings/statuses.php:115 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/settings/statuses.php:57 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] resources/views/shipments/prepare.php:101 — Define a constant instead of duplicating this literal " selected" 5 times. (php:S1192)
- [ ] [CRITICAL] routes/web.php:388 — Define a constant instead of duplicating this literal "/settings/users" 5 times. (php:S1192)
- [ ] [CRITICAL] routes/web.php:389 — Define a constant instead of duplicating this literal "/login" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Accounting/AccountingController.php:51 — Define a constant instead of duplicating this literal "/accounting" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Accounting/ReceiptController.php:38 — Define a constant instead of duplicating this literal "Not found" 5 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Accounting/ReceiptController.php:44 — Define a constant instead of duplicating this literal "/orders/" 5 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Accounting/ReceiptController.php:78 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Auth/AuthController.php:44 — Define a constant instead of duplicating this literal "/login" 5 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Automation/AutomationController.php:137 — Define a constant instead of duplicating this literal "Nieprawidlowy identyfikator" 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Automation/AutomationController.php:409 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Automation/AutomationController.php:95 — Define a constant instead of duplicating this literal "/settings/automation" 11 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Automation/AutomationService.php:230 — Define a constant instead of duplicating this literal "Automatyzacja: " 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Cron/CronRepository.php:152 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 7 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Cron/ShipmentTrackingHandler.php:24 — Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Orders/OrdersController.php:153 — Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Orders/OrdersController.php:158 — Define a constant instead of duplicating this literal "Not found" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Orders/OrdersController.php:244 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Orders/OrdersController.php:260 — Define a constant instead of duplicating this literal "/orders/" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Orders/OrdersController.php:419 — Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Orders/OrdersController.php:434 — Define a constant instead of duplicating this literal "#64748b" 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:20 — Define a constant instead of duplicating this literal "/order/checkout-forms/" 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:223 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:229 — Define a constant instead of duplicating this literal "Nie udalo sie zainicjowac polaczenia z API Allegro." 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:239 — Define a constant instead of duplicating this literal "Accept: application/vnd.allegro.public.v1+json" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:240 — Define a constant instead of duplicating this literal "Content-Type: application/vnd.allegro.public.v1+json" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:241 — Define a constant instead of duplicating this literal "Authorization: Bearer " 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:251 — Define a constant instead of duplicating this literal "Blad polaczenia z API Allegro: " 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:256 — Define a constant instead of duplicating this literal "Nieprawidlowy JSON odpowiedzi API Allegro." 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:276 — Define a constant instead of duplicating this literal "Blad API Allegro." 5 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:278 — Define a constant instead of duplicating this literal "API Allegro HTTP " 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroApiClient.php:288 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroOrderImportService.php:128 — Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroOrderImportService.php:264 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroOrderImportService.php:376 — Refactor this function to reduce its Cognitive Complexity from 32 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroOrderImportService.php:527 — Refactor this function to reduce its Cognitive Complexity from 25 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroOrdersSyncService.php:27 — Refactor this function to reduce its Cognitive Complexity from 53 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroOrderSyncStateRepository.php:83 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 6 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/AllegroStatusDiscoveryService.php:20 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/AllegroStatusSyncService.php:95 — Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ApaczkaApiClient.php:90 — Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ApaczkaIntegrationController.php:46 — Define a constant instead of duplicating this literal "/settings/integrations/apaczka" 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/DeliveryStatusMappingController.php:91 — Define a constant instead of duplicating this literal "Brakuje wymaganych pA3l." 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/DeliveryStatusMappingController.php:92 — Define a constant instead of duplicating this literal "?provider=" 8 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/EmailMailboxController.php:149 — Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/EmailMailboxController.php:54 — Define a constant instead of duplicating this literal "Nieprawidlowy token CSRF" 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/EmailMailboxController.php:55 — Define a constant instead of duplicating this literal "/settings/email-mailboxes" 11 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/EmailTemplateController.php:131 — Define a constant instead of duplicating this literal "Nieprawidlowy token CSRF" 5 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/EmailTemplateController.php:132 — Define a constant instead of duplicating this literal "/settings/email-templates" 9 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/InpostIntegrationController.php:45 — Define a constant instead of duplicating this literal "/settings/integrations/inpost" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/OrderStatusRepository.php:128 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 6 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/PrintSettingsController.php:57 — Define a constant instead of duplicating this literal "/settings/printing" 9 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/ReceiptConfigController.php:54 — Define a constant instead of duplicating this literal "Nieprawidlowy token CSRF" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/ReceiptConfigController.php:55 — Define a constant instead of duplicating this literal "/settings/accounting" 10 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/SettingsController.php:104 — Define a constant instead of duplicating this literal "/settings/statuses" 26 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/ShopproApiClient.php:271 — Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproApiClient.php:57 — Define a constant instead of duplicating this literal "/api.php?" 5 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/ShopproIntegrationsController.php:307 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproIntegrationsRepository.php:223 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproIntegrationsRepository.php:313 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproIntegrationsRepository.php:525 — Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproOrderMapper.php:527 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproOrderMapper.php:61 — Refactor this function to reduce its Cognitive Complexity from 28 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproOrdersSyncService.php:148 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproOrderSyncStateRepository.php:83 — Define a constant instead of duplicating this literal "Y-m-d H:i:s" 6 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Settings/ShopproPaymentStatusSyncService.php:193 — Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproPaymentStatusSyncService.php:42 — Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproProductImageResolver.php:18 — Refactor this function to reduce its Cognitive Complexity from 25 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproProductImageResolver.php:67 — Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Settings/ShopproStatusSyncService.php:85 — Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/AllegroShipmentService.php:179 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/AllegroShipmentService.php:46 — Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/ApaczkaShipmentService.php:236 — Define a constant instead of duplicating this literal "+1 day" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/ApaczkaShipmentService.php:375 — Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/ApaczkaShipmentService.php:50 — Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/ApaczkaShipmentService.php:874 — Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/DeliveryStatus.php:102 — Define a constant instead of duplicating this literal "ZwrA3cona do nadawcy" 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/DeliveryStatus.php:30 — Define a constant instead of duplicating this literal "W dorÄ?czeniu" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/DeliveryStatus.php:32 — Define a constant instead of duplicating this literal "DorÄ?czona" 5 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/DeliveryStatus.php:87 — Define a constant instead of duplicating this literal "Odebrana przez kuriera" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/InpostShipmentService.php:177 — Define a constant instead of duplicating this literal "/shipments/" 3 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/InpostShipmentService.php:48 — Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/ShipmentController.php:168 — Define a constant instead of duplicating this literal "/orders/" 8 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/ShipmentController.php:168 — Define a constant instead of duplicating this literal "/shipment/prepare" 4 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Shipments/ShipmentController.php:37 — Refactor this function to reduce its Cognitive Complexity from 40 to the 15 allowed. (php:S3776)
- [ ] [CRITICAL] src/Modules/Shipments/ShipmentController.php:42 — Define a constant instead of duplicating this literal "Not found" 6 times. (php:S1192)
- [ ] [CRITICAL] src/Modules/Users/UsersController.php:44 — Define a constant instead of duplicating this literal "/settings/users" 7 times. (php:S1192)
- [ ] [CRITICAL] templates/backpro/domains/list.php:13 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/backpro/domains/list.php:26 — Define a constant instead of duplicating this literal "text-align: center;" 5 times. (php:S1192)
- [ ] [CRITICAL] templates/finances/operation-edit.php:10 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:102 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:6 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:8 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:83 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operation-edit.php:85 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/finances/operations-list.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:2 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:20 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:23 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:27 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:34 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:4 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/button.php:8 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:19 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:26 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:35 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:22 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:31 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:41 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:44 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:47 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:57 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:6 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-icon.php:8 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-switch.php:12 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-switch.php:14 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-switch.php:18 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-switch.php:23 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/input-switch.php:25 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/select.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/select.php:16 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/select.php:18 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/select.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/select.php:29 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/select.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/select.php:34 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/textarea.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/textarea.php:16 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/textarea.php:18 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/textarea.php:24 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/textarea.php:27 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/textarea.php:30 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/html/textarea.php:32 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/closed-tasks.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/closed-tasks.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/closed-tasks.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/inprogress-tasks.php:91 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/inprogress-tasks.php:91 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/inprogress-tasks.php:91 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/project_edit.php:18 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/project_edit.php:19 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/task-edit.php:58 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/task-edit.php:59 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/task-edit.php:73 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/task-edit.php:74 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/toreview-tasks.php:85 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/toreview-tasks.php:85 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/toreview-tasks.php:85 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/unassigned-tasks.php:76 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/unassigned-tasks.php:76 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/projects/unassigned-tasks.php:76 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/main_view.php:212 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/main_view.php:214 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/main_view.php:216 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/main_view.php:218 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/main_view.php:221 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/main_view.php:62 — Define a constant instead of duplicating this literal "tasks/task_single" 5 times. (php:S1192)
- [ ] [CRITICAL] templates/tasks/task_edit.php:11 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:15 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:17 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:21 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:25 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:30 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:37 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:38 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:43 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:45 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:49 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:53 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:59 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:60 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:69 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_edit.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_popup.php:273 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_popup.php:48 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_popup.php:58 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_popup.php:62 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/task_popup.php:65 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/work-time.php:26 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/work-time.php:42 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/work-time.php:50 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/work-time.php:52 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/work-time.php:68 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/work-time.php:78 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/tasks/work-time.php:9 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/users/main-view.php:43 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/users/vacations.php:49 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/wiki/main-view.php:40 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [CRITICAL] templates/wiki/main-view.php:82 — Add curly braces around the nested statement(s). (php:S121)
- [ ] [MAJOR] admin/ajax.php:10 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/ajax.php:14 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/ajax.php:19 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/ajax.php:24 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/ajax.php:25 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/ajax.php:39 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/ajax.php:40 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/index.php:10 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] admin/index.php:106 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] admin/index.php:22 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/index.php:27 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/index.php:32 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/index.php:33 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/index.php:34 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/index.php:35 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/index.php:51 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/banners/banner-edit.php:146 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/dashboard/main-view.php:135 — This statement will not be executed conditionally; only the first statement of this 4-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/dashboard/main-view.php:170 — This statement will not be executed conditionally; only the first statement of this 3-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/html/form-text.php:2 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/html/input-icon.php:13 — This statement will not be executed conditionally; only the first statement of this 6-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/html/select.php:45 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/layouts/layout-edit.php:267 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/layouts/layout-edit.php:291 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/layouts/layout-edit.php:302 — This statement will not be executed conditionally; only the first statement of this 4-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/layouts/layout-edit.php:339 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/layouts/subcategories-list.php:10 — This statement will not be executed conditionally; only the first statement of this 4-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/pages/page-articles.php:31 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/pages/pages-browse-list.php:41 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/pages/pages-list.php:53 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/settings/settings.php:146 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/settings/settings.php:365 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/shop-attribute/_partials/value-row.php:48 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/shop-category/categories-list.php:15 — This statement will not be executed conditionally; only the first statement of this 7-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-category/categories-list.php:50 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/shop-category/category-browse-list.php:14 — This statement will not be executed conditionally; only the first statement of this 4-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-category/category-browse-list.php:40 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/shop-category/category-edit.php:107 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-category/category-edit.php:190 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/shop-category/category-edit.php:20 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-category/category-products.php:12 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-category/category-products.php:28 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] admin/templates/shop-category/subcategories-list.php:10 — This statement will not be executed conditionally; only the first statement of this 7-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-category/subcategory-browse-list.php:10 — This statement will not be executed conditionally; only the first statement of this 4-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-coupon/coupon-categories-selector.php:8 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:39 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:43 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:45 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:49 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:52 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:55 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:56 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:60 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:61 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:63 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:64 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:66 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:83 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:87 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-details.php:98 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-edit.php:24 — Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element. (Web:S6848)
- [ ] [MAJOR] admin/templates/shop-order/order-edit.php:254 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] admin/templates/shop-product/mass-edit.php:96 — This statement will not be executed conditionally; only the first statement of this 3-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-product/subcategories-list.php:10 — This statement will not be executed conditionally; only the first statement of this 5-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] admin/templates/shop-promotion/promotion-categories-selector.php:8 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/site/main-layout.php:210 — aria-hidden="true" must not be set on focusable elements. (Web:S6825)
- [ ] [MAJOR] admin/templates/site/unlogged.php:39 — aria-hidden="true" must not be set on focusable elements. (Web:S6825)
- [ ] [MAJOR] admin/templates/site/unlogged-layout.php:39 — aria-hidden="true" must not be set on focusable elements. (Web:S6825)
- [ ] [MAJOR] admin/templates/site/unlogged-layout.php:70 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/update/main-view.php:13 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] admin/templates/update/main-view.php:24 — Use <progress> instead of the progressbar role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] admin/templates/update/main-view.php:7 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] ajax.php:10 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] ajax.php:15 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] ajax.php:21 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] ajax.php:22 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] ajax.php:23 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] ajax.php:24 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] ajax.php:83 — Remove these useless parentheses. (php:S1110)
- [ ] [MAJOR] api.php:11 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] api.php:16 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] api.php:23 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] api.php:24 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] api.php:25 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] api.php:26 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] autoload/admin/App.php:243 — This function "getControllerFactories" has 209 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/admin/Controllers/NewsletterController.php:12 — Class "NewsletterController" has 21 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/admin/Controllers/PagesController.php:245 — This function "buildPageFormViewModel" has 269 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/admin/Controllers/SettingsController.php:312 — This function "buildFormViewModel" has 192 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/admin/Controllers/ShopOrderController.php:8 — Class "ShopOrderController" has 22 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/admin/Controllers/ShopProducerController.php:362 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/admin/Controllers/ShopProductController.php:19 — Class "ShopProductController" has 43 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/admin/Controllers/ShopProductController.php:250 — This function "buildProductFormViewModel" has 281 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/admin/Controllers/ShopProductController.php:250 — This function has 9 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/admin/Support/Forms/FormFieldRenderer.php:11 — Class "FormFieldRenderer" has 21 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/admin/Support/Forms/FormFieldRenderer.php:387 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/admin/ViewModels/Common/class.PaginatedTableViewModel.php:20 — This function has 13 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/admin/ViewModels/Forms/FormEditViewModel.php:38 — This function has 13 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/admin/ViewModels/Forms/FormField.php:52 — This function has 17 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/api/ApiRouter.php:17 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/DictionariesApiController.php:102 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/DictionariesApiController.php:138 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/DictionariesApiController.php:179 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/OrdersApiController.php:64 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/ProductsApiController.php:130 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/ProductsApiController.php:164 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/ProductsApiController.php:212 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/ProductsApiController.php:250 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/ProductsApiController.php:299 — This method has 9 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/api/Controllers/ProductsApiController.php:76 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/class.Cache.php:20 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/class.Chunk.php:87 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/class.Chunk.php:95 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/class.Cron.php:140 — Replace "include_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] autoload/class.Cron.php:141 — Replace "include_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] autoload/class.Cron.php:163 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/class.Cron.php:185 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] autoload/class.S.php:163 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/class.Tpl.php:31 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/class.Tpl.php:36 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] autoload/class.Tpl.php:45 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] autoload/class.Tpl.php:54 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] autoload/Controllers/UsersController.php:90 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/controls/class.Site.php:10 — Refactor this function to use "return" consistently. (php:S3801)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:3 — Class "Tasks" has 38 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:38 — Remove this useless assignment to local variable '$show_tasks_closed'. (php:S1854)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:39 — Remove this useless assignment to local variable '$show_tasks_bulk'. (php:S1854)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:40 — Remove this useless assignment to local variable '$show_tasks_to_review'. (php:S1854)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:534 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/controls/class.Tasks.php:606 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/controls/class.Users.php:7 — This method has 9 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Article/ArticleRepository.php:256 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Domain/Article/ArticleRepository.php:299 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Domain/Article/ArticleRepository.php:7 — Class "ArticleRepository" has 43 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Article/ArticleRepository.php:768 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Attribute/AttributeRepository.php:4 — Class "AttributeRepository" has 37 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Attribute/AttributeRepository.php:663 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Attribute/AttributeRepository.php:704 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Attribute/AttributeRepository.php:985 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Basket/BasketCalculator.php:151 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Basket/BasketCalculator.php:152 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Basket/BasketCalculator.php:153 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Basket/BasketCalculator.php:154 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Basket/BasketCalculator.php:199 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Basket/BasketCalculator.php:200 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Basket/BasketCalculator.php:201 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Category/CategoryRepository.php:4 — Class "CategoryRepository" has 28 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Category/CategoryRepository.php:417 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Category/CategoryRepository.php:690 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Client/ClientRepository.php:373 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Client/ClientRepository.php:406 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Coupon/CouponRepository.php:214 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Coupon/CouponRepository.php:321 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Coupon/CouponRepository.php:366 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Finances/FinanceRepository.php:150 — This function has 8 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/Domain/Finances/FinanceRepository.php:309 — Move arguments "$tag_id", "$parent_id" after arguments without default value (php:S1788)
- [ ] [MAJOR] autoload/Domain/Finances/FinanceRepository.php:4 — Class "FinanceRepository" has 31 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:105 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:130 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:233 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:307 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:400 — This method has 8 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:449 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:481 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:513 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:53 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/ApiloRepository.php:93 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Integrations/IntegrationsRepository.php:143 — This function "shopproImportProduct" has 158 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/Domain/Integrations/IntegrationsRepository.php:143 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Languages/LanguagesRepository.php:190 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Languages/LanguagesRepository.php:210 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Languages/LanguagesRepository.php:240 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Layouts/LayoutsRepository.php:4 — Class "LayoutsRepository" has 22 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Newsletter/NewsletterRepository.php:112 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Newsletter/NewsletterRepository.php:7 — Class "NewsletterRepository" has 21 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:395 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:4 — Class "OrderAdminService" has 29 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:673 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:725 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:740 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:786 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Order/OrderAdminService.php:806 — Remove the unused function parameter "$error". (php:S1172)
- [ ] [MAJOR] autoload/Domain/Order/OrderRepository.php:18 — This function "listForAdmin" has 158 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/Domain/Order/OrderRepository.php:337 — This function has 15 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/Domain/Order/OrderRepository.php:4 — Class "OrderRepository" has 39 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Order/OrderRepository.php:635 — This function "createFromBasket" has 157 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/Domain/Order/OrderRepository.php:635 — This function has 21 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/Domain/Pages/PagesRepository.php:4 — Class "PagesRepository" has 34 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/PaymentMethod/PaymentMethodRepository.php:348 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/PaymentMethod/PaymentMethodRepository.php:383 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Producer/ProducerRepository.php:140 — This function has 8 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/Domain/Producer/ProducerRepository.php:343 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Producer/ProducerRepository.php:366 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:10 — Class "ProductRepository" has 114 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:1448 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:1517 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:1549 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:1976 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:2603 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:2625 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:2820 — Remove the unused function parameter "$limit". (php:S1172)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:2861 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:2991 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:3023 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:3397 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:3506 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:3526 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:3553 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:3554 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] autoload/Domain/Product/ProductRepository.php:915 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/ProductSet/ProductSetRepository.php:227 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Promotion/PromotionRepository.php:253 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Promotion/PromotionRepository.php:325 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Promotion/PromotionRepository.php:4 — Class "PromotionRepository" has 24 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Promotion/PromotionRepository.php:454 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Settings/SettingsRepository.php:197 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1020 — This method has 9 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1055 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1118 — This function "parseWithAI" has 160 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1118 — This method has 13 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1321 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1363 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1511 — Update this method so that its implementation is not identical to "extensionFromMime" on line 1406. (php:S4144)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:1545 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:286 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:29 — This function "importFromImap" has 199 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:29 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:361 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:385 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/MailToTaskImporter.php:4 — Class "MailToTaskImporter" has 51 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:246 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:51 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Transport/TransportRepository.php:323 — This branch's code block is the same as the block for the branch on line 321. (php:S1871)
- [ ] [MAJOR] autoload/Domain/Transport/TransportRepository.php:415 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Transport/TransportRepository.php:488 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Update/UpdateRepository.php:114 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Update/UpdateRepository.php:250 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/Update/UpdateRepository.php:344 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/User/UserRepository.php:122 — Update this method so that its implementation is not identical to "getById" on line 18. (php:S4144)
- [ ] [MAJOR] autoload/Domain/User/UserRepository.php:128 — This function has 8 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/Domain/User/UserRepository.php:128 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/User/UserRepository.php:210 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/User/UserRepository.php:29 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Domain/User/UserRepository.php:68 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/factory/class.Cron.php:291 — This function "send_emails" has 218 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/factory/class.Cron.php:291 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/factory/class.Cron.php:31 — This function "send_push" has 238 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/factory/class.Cron.php:31 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/factory/class.Finances.php:119 — Move arguments "$tag_id", "$parent_id" after arguments without default value (php:S1788)
- [ ] [MAJOR] autoload/factory/class.Finances.php:7 — Class "Finances" has 23 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/factory/class.Finances.php:79 — This function has 8 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/factory/class.Projects.php:139 — Remove the unused function parameter "$user_id". (php:S1172)
- [ ] [MAJOR] autoload/factory/class.Projects.php:176 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/factory/class.Projects.php:186 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Projects.php:201 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Projects.php:216 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Projects.php:231 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Projects.php:3 — Class "Projects" has 30 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/factory/class.Projects.php:365 — Update this method so that its implementation is not identical to "project_name" on line 157. (php:S4144)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:4 — Class "Tasks" has 42 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:74 — This function "get_tasks_gantt" has 189 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:749 — Move arguments "$parent_id", "$recursive_parent_id", "$date_end_month_day", "$date_start_month_day", "$send_email_notification", "$rescursive", "$status" after arguments without default value (php:S1788)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:749 — This function has 26 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:788 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:789 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:796 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:797 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:8 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/factory/class.Tasks.php:842 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/factory/class.Users.php:64 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/factory/class.Wiki.php:116 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/factory/class.Wiki.php:47 — Move arguments "$text_admin" after arguments without default value (php:S1788)
- [ ] [MAJOR] autoload/front/App.php:146 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] autoload/front/App.php:38 — This method has 9 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/front/Controllers/ShopBasketController.php:198 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/front/Controllers/ShopBasketController.php:207 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/front/Controllers/ShopBasketController.php:4 — Class "ShopBasketController" has 25 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/front/Controllers/ShopBasketController.php:546 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/front/Controllers/ShopBasketController.php:574 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/front/Controllers/ShopOrderController.php:77 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/front/LayoutEngine.php:20 — This function "show" has 298 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/front/Views/Articles.php:211 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Shared/Helpers/Helpers.php:3 — Class "Helpers" has 29 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] autoload/Shared/Helpers/Helpers.php:362 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Shared/Helpers/Helpers.php:408 — This function "htacces" has 389 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] autoload/Shared/Helpers/Helpers.php:98 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:103 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:113 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:131 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:136 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:153 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:176 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:184 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:221 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:240 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:259 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:264 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:283 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:331 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:332 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:364 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:369 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:374 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:380 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Image/ImageManipulator.php:385 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] autoload/Shared/Tpl/Tpl.php:48 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] cron.php:11 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] cron.php:16 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] cron.php:188 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:198 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:198 — This function expression has 305 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] cron.php:23 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] cron.php:24 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] cron.php:25 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] cron.php:26 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] cron.php:543 — This function has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] cron.php:558 — This function has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] cron.php:572 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:572 — This function has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] cron.php:605 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:605 — This function has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] cron.php:651 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:694 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:718 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:755 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] cron.php:762 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] index.php:11 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] index.php:16 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] index.php:23 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] index.php:24 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] index.php:25 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] index.php:26 — Replace "require_once" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] index.php:368 — Replace "include" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] resources/views/accounting/index.php:31 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] resources/views/automation/form.php:6 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/automation/form.php:66 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/automation/form.php:7 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/automation/index.php:58 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/components/table-list.php:159 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] resources/views/components/table-list.php:224 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] resources/views/orders/list.php:22 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] resources/views/orders/list.php:5 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] resources/views/orders/partials/email-send-modal.php:32 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] resources/views/orders/partials/email-send-modal.php:36 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] resources/views/orders/partials/email-send-modal.php:45 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] resources/views/orders/show.php:232 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] resources/views/orders/show.php:39 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] resources/views/orders/show.php:444 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/orders/show.php:780 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] resources/views/settings/accounting.php:125 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/settings/accounting.php:15 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/allegro.php:170 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] resources/views/settings/allegro.php:217 — This statement will not be executed conditionally; only the first statement of this 3-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] resources/views/settings/allegro.php:31 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/allegro.php:442 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/settings/apaczka.php:18 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/company.php:13 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/cron.php:19 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/database.php:20 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/database.php:41 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/database.php:50 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/delivery-status-mappings.php:17 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/email-mailboxes.php:148 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/settings/email-mailboxes.php:15 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/email-templates.php:115 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/settings/email-templates.php:18 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/inpost.php:19 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/integrations.php:14 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/printing.php:16 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/shoppro.php:104 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/settings/shoppro.php:245 — This statement will not be executed conditionally; only the first statement of this 3-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] resources/views/settings/shoppro.php:38 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/shoppro.php:51 — This statement will not be executed conditionally; only the first statement of this 3-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] resources/views/settings/shoppro.php:535 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/settings/statuses.php:105 — This statement will not be executed conditionally; only the first statement of this 9-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] resources/views/settings/statuses.php:116 — This statement will not be executed conditionally; only the first statement of this 3-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] resources/views/settings/statuses.php:33 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/settings/statuses.php:58 — This statement will not be executed conditionally; only the first statement of this 3-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] resources/views/shipments/prepare.php:106 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/shipments/prepare.php:36 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/shipments/prepare.php:379 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] resources/views/users/index.php:16 — Use <output> instead of the status role to ensure accessibility across all devices. (Web:S6819)
- [ ] [MAJOR] resources/views/users/index.php:43 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] routes/web.php:386 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] routes/web.php:74 — This function expression has 426 lines, which is greater than the 150 lines authorized. Split it into smaller functions. (php:S138)
- [ ] [MAJOR] src/Core/Application.php:219 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Core/Application.php:24 — Class "Application" has 24 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Core/Application.php:310 — Either remove or fill this block of code. (php:S108)
- [ ] [MAJOR] src/Core/Application.php:68 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] src/Core/Database/ConnectionFactory.php:18 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Core/Database/ConnectionFactory.php:27 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Core/Database/Migrator.php:126 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Core/Http/Request.php:41 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Core/I18n/Translator.php:44 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Core/I18n/Translator.php:47 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] src/Core/I18n/Translator.php:49 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Core/Routing/Router.php:145 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Core/Routing/Router.php:35 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Core/View/Template.php:44 — Replace "require" with namespace import mechanism through the "use" keyword. (php:S4833)
- [ ] [MAJOR] src/Core/View/Template.php:48 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Core/View/Template.php:60 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Accounting/ReceiptController.php:78 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Auth/AuthController.php:22 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Auth/AuthController.php:38 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Auth/AuthMiddleware.php:15 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationController.php:128 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationController.php:16 — Class "AutomationController" has 21 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Automation/AutomationController.php:267 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationController.php:37 — Remove this unused "$translator" private field. (php:S1068)
- [ ] [MAJOR] src/Modules/Automation/AutomationController.php:409 — This method has 10 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationController.php:515 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationController.php:83 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Automation/AutomationRepository.php:133 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Automation/AutomationService.php:15 — Class "AutomationService" has 31 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Automation/AutomationService.php:158 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationService.php:274 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationService.php:387 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Automation/AutomationService.php:473 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Cron/AllegroStatusSyncHandler.php:18 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] src/Modules/Cron/AllegroTokenRefreshHandler.php:24 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] src/Modules/Cron/AllegroTokenRefreshHandler.php:28 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Cron/CronRepository.php:10 — Class "CronRepository" has 22 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Cron/CronRepository.php:206 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Cron/CronRepository.php:462 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Cron/CronRunner.php:89 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Cron/ShipmentTrackingHandler.php:24 — Remove the unused function parameter "$_payload". (php:S1172)
- [ ] [MAJOR] src/Modules/Cron/ShopproStatusSyncHandler.php:18 — Remove the unused function parameter "$payload". (php:S1172)
- [ ] [MAJOR] src/Modules/Email/AttachmentGenerator.php:37 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Email/EmailSendingService.php:165 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Email/EmailSendingService.php:293 — This function has 11 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] src/Modules/Email/EmailSendingService.php:31 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Orders/OrdersController.php:21 — Class "OrdersController" has 22 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Orders/OrdersController.php:244 — This method has 8 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Orders/OrdersController.php:531 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Orders/OrdersController.php:738 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Orders/OrdersRepository.php:10 — Class "OrdersRepository" has 29 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Orders/OrdersRepository.php:423 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Orders/OrdersRepository.php:566 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Orders/OrdersRepository.php:765 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Orders/OrdersRepository.php:895 — Either remove or fill this block of code. (php:S108)
- [ ] [MAJOR] src/Modules/Printing/ApiKeyMiddleware.php:16 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Printing/PrintApiController.php:110 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Printing/PrintApiController.php:24 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Printing/PrintApiController.php:48 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Printing/PrintApiController.php:93 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/AllegroApiClient.php:174 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroDeliveryMappingController.php:107 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroDeliveryMappingController.php:163 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroIntegrationController.php:21 — Class "AllegroIntegrationController" has 25 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Settings/AllegroIntegrationController.php:439 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroIntegrationController.php:54 — Remove this unused "$statusDiscoveryService" private field. (php:S1068)
- [ ] [MAJOR] src/Modules/Settings/AllegroIntegrationController.php:580 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroIntegrationController.php:601 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroIntegrationRepository.php:11 — Class "AllegroIntegrationRepository" has 21 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Settings/AllegroOAuthClient.php:129 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrderImportService.php:229 — Either remove or fill this block of code. (php:S108)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrderImportService.php:505 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrderImportService.php:666 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrdersSyncService.php:198 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrderSyncStateRepository.php:116 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrderSyncStateRepository.php:158 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrderSyncStateRepository.php:234 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroOrderSyncStateRepository.php:28 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroStatusMappingController.php:24 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroStatusMappingController.php:60 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroStatusSyncService.php:95 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/AllegroTokenManager.php:22 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ApaczkaApiClient.php:12 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ApaczkaApiClient.php:156 — Remove this unused private "buildsignature" method. (php:S1144)
- [ ] [MAJOR] src/Modules/Settings/ApaczkaApiClient.php:250 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ApaczkaIntegrationController.php:26 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/ApaczkaIntegrationRepository.php:98 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/CompanySettingsController.php:25 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/CompanySettingsRepository.php:127 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] src/Modules/Settings/CompanySettingsRepository.php:130 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] src/Modules/Settings/DeliveryStatusMappingController.php:78 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/EmailMailboxController.php:149 — This method has 10 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/EmailMailboxController.php:173 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] src/Modules/Settings/EmailMailboxController.php:184 — Remove the unused function parameter "$errno". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/EmailMailboxController.php:213 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] src/Modules/Settings/EmailMailboxController.php:51 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/EmailTemplateController.php:189 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/EmailTemplateController.php:247 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/EmailTemplateRepository.php:127 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Settings/InpostIntegrationController.php:25 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/IntegrationSecretCipher.php:36 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/IntegrationsHubController.php:28 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/IntegrationsRepository.php:127 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/PrintSettingsController.php:20 — Remove this unused "$translator" private field. (php:S1068)
- [ ] [MAJOR] src/Modules/Settings/ReceiptConfigController.php:51 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/SettingsController.php:131 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/SettingsController.php:188 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/SettingsController.php:230 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/SettingsController.php:28 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/SettingsController.php:316 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/SettingsController.php:77 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Settings/SettingsController.php:94 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproApiClient.php:157 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproApiClient.php:271 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproApiClient.php:8 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproApiClient.php:95 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproIntegrationsController.php:21 — Class "ShopproIntegrationsController" has 35 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Settings/ShopproIntegrationsController.php:417 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproIntegrationsController.php:845 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproIntegrationsController.php:892 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproIntegrationsRepository.php:223 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproIntegrationsRepository.php:313 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproIntegrationsRepository.php:79 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrderMapper.php:124 — Merge this if statement with the enclosing one. (php:S1066)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrderMapper.php:756 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrderMapper.php:9 — Class "ShopproOrderMapper" has 25 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrdersSyncService.php:136 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrdersSyncService.php:148 — This function has 12 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrdersSyncService.php:205 — This function has 10 parameters, which is greater than the 7 authorized. (php:S107)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrdersSyncService.php:302 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrdersSyncService.php:94 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrderSyncStateRepository.php:119 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrderSyncStateRepository.php:187 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrderSyncStateRepository.php:233 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproOrderSyncStateRepository.php:28 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproPaymentStatusSyncService.php:193 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproPaymentStatusSyncService.php:207 — Define and throw a dedicated exception instead of using a generic one. (php:S112)
- [ ] [MAJOR] src/Modules/Settings/ShopproPaymentStatusSyncService.php:331 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproProductImageResolver.php:100 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproProductImageResolver.php:67 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Settings/ShopproStatusSyncService.php:85 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/AllegroShipmentService.php:392 — This method has 7 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ApaczkaShipmentService.php:14 — Class "ApaczkaShipmentService" has 27 methods, which is greater than 20 authorized. Split it into smaller classes. (php:S1448)
- [ ] [MAJOR] src/Modules/Shipments/ApaczkaShipmentService.php:223 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ApaczkaShipmentService.php:532 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ApaczkaShipmentService.php:687 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ApaczkaShipmentService.php:752 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/DeliveryStatus.php:298 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/DeliveryStatus.php:325 — This method has 9 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/InpostShipmentService.php:162 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/InpostShipmentService.php:259 — Either remove or fill this block of code. (php:S108)
- [ ] [MAJOR] src/Modules/Shipments/InpostShipmentService.php:379 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/InpostShipmentService.php:430 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] src/Modules/Shipments/InpostShipmentService.php:464 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] src/Modules/Shipments/InpostShipmentService.php:481 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ShipmentController.php:158 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ShipmentController.php:236 — This method has 5 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ShipmentController.php:273 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ShipmentController.php:345 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Shipments/ShipmentController.php:66 — Extract this nested ternary operation into an independent statement. (php:S3358)
- [ ] [MAJOR] src/Modules/Shipments/ShipmentPresetController.php:16 — Remove the unused function parameter "$request". (php:S1172)
- [ ] [MAJOR] src/Modules/Shipments/ShipmentPresetController.php:36 — This method has 4 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] src/Modules/Users/UsersController.php:80 — This method has 6 returns, which is more than the 3 allowed. (php:S1142)
- [ ] [MAJOR] templates/html/button.php:6 — This statement will not be executed conditionally; only the first statement of this 11-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] templates/html/form-text.php:2 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/html/input-switch.php:28 — Remove this commented out code. (php:S125)
- [ ] [MAJOR] templates/html/input-switch.php:9 — Remove this commented out code. (php:S125)
- [ ] [MAJOR] templates/html/select.php:34 — This statement will not be executed conditionally; only the first statement of this 2-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] templates/projects/closed-tasks.php:55 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/projects/closed-tasks.php:73 — This statement will not be executed in a loop; only the first statement of this 2-statement block will be. The rest will execute only once. (php:S2681)
- [ ] [MAJOR] templates/projects/inprogress-tasks.php:68 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/projects/inprogress-tasks.php:91 — This statement will not be executed in a loop; only the first statement of this 2-statement block will be. The rest will execute only once. (php:S2681)
- [ ] [MAJOR] templates/projects/project_edit.php:32 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/projects/task-details.php:42 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/projects/task-details.php:88 — Remove this commented out code. (Web:AvoidCommentedOutCodeCheck)
- [ ] [MAJOR] templates/projects/task-edit.php:107 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/projects/task-edit.php:142 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/projects/task-edit.php:169 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/projects/toreview-tasks.php:67 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/projects/toreview-tasks.php:85 — This statement will not be executed in a loop; only the first statement of this 2-statement block will be. The rest will execute only once. (php:S2681)
- [ ] [MAJOR] templates/projects/unassigned-tasks.php:58 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/projects/unassigned-tasks.php:76 — This statement will not be executed in a loop; only the first statement of this 2-statement block will be. The rest will execute only once. (php:S2681)
- [ ] [MAJOR] templates/tasks/filtr_save_form.php:11 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/filtr_save_form.php:17 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/filtr_save_form.php:5 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_edit.php:154 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_edit.php:209 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_edit.php:239 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_edit.php:250 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_edit.php:275 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_popup.php:274 — This statement will not be executed conditionally; only the first statement of this 5-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] templates/tasks/task_popup.php:288 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_popup.php:292 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/tasks/task_popup.php:45 — Replace this alternation with a character class. (php:S6035)
- [ ] [MAJOR] templates/tasks/task_popup.php:55 — Replace this alternation with a character class. (php:S6035)
- [ ] [MAJOR] templates/tasks/task_popup.php:62 — Replace this alternation with a character class. (php:S6035)
- [ ] [MAJOR] templates/users/settings.php:11 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/users/settings.php:17 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/users/settings.php:20 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/users/settings.php:8 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/wiki/category-edit.php:7 — Anchor tags should not be used as buttons. (Web:S6844)
- [ ] [MAJOR] templates/wiki/main-view.php:41 — This statement will not be executed conditionally; only the first statement of this 6-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] templates/wiki/main-view.php:43 — A form label must be associated with a control and have accessible text. (Web:S6853)
- [ ] [MAJOR] templates/wiki/main-view.php:83 — This statement will not be executed conditionally; only the first statement of this 5-statement block will be. The rest will execute unconditionally. (php:S2681)
- [ ] [MAJOR] tests/Unit/Domain/Coupon/CouponRepositoryTest.php:134 — Swap these 2 arguments so they are in the correct order: expected value, actual value. (php:S3415)
- [ ] [MAJOR] tests/Unit/Domain/CronJob/CronJobProcessorTest.php:151 — Swap these 2 arguments so they are in the correct order: expected value, actual value. (php:S3415)
- [ ] [MAJOR] tests/Unit/Domain/PaymentMethod/PaymentMethodRepositoryTest.php:83 — Swap these 2 arguments so they are in the correct order: expected value, actual value. (php:S3415)
- [ ] [MAJOR] tests/Unit/Domain/ShopStatus/ShopStatusRepositoryTest.php:101 — Swap these 2 arguments so they are in the correct order: expected value, actual value. (php:S3415)
- [ ] [MINOR] admin/ajax.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/ajax.php:3 — Rename function "__autoload_my_classes" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] admin/ajax.php:41 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/index.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/index.php:132 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/index.php:15 — Rename function "__autoload_my_classes" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] admin/index.php:8 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/articles/subpages-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/articles/subpages-list.php:9 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/banners/banner-edit.php:3 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/banners/banner-edit.php:35 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] admin/templates/components/form-edit.php:225 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:227 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:228 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:238 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:240 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:257 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:258 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:269 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:275 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:4 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:47 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:48 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:49 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:54 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:55 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:56 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:69 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/components/form-edit.php:77 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/form-edit.php:98 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/components/table-list.php:243 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/components/table-list.php:283 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/components/table-list.php:99 — Use concise character class syntax '\W' instead of '[^a-zA-Z0-9_]'. (php:S6353)
- [ ] [MINOR] admin/templates/dashboard/main-view.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/dashboard/main-view.php:39 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/dictionaries/unit-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/html/button.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/html/button.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/html/form-text.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/html/input.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/html/input.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/html/input.php:28 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] admin/templates/html/input.php:32 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] admin/templates/html/input-icon.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/html/input-icon.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/html/input-icon.php:28 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] admin/templates/html/input-icon.php:32 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] admin/templates/html/input-switch.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/html/panel.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/html/select.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/html/select.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/html/select.php:25 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] admin/templates/html/select.php:29 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] admin/templates/html/textarea.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/html/textarea.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/html/textarea.php:27 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] admin/templates/html/textarea.php:31 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] admin/templates/integrations/apilo-settings.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/integrations/shoppro-settings.php:15 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/languages/language-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/languages/languages-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/languages/translation-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/languages/translations-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/layouts/layout-edit.php:? — Replace all tab characters in this file by sequences of white-spaces. (php:S105)
- [ ] [MINOR] admin/templates/layouts/layout-edit.php:302 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/layouts/layouts-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/layouts/subcategories-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/layouts/subcategories-list.php:10 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/layouts/subpages-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/layouts/subpages-list.php:9 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/newsletter/emails-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/newsletter/email-template-edit.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/newsletter/email-template-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/newsletter/email-templates-admin.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/newsletter/email-templates-admin.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/newsletter/settings.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/newsletter/settings.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/pages/menu-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/pages/page-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/pages/subpages-browse-list.php:32 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/pages/subpages-list.php:34 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/scontainers/container-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/scontainers/containers-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/settings/settings.php:27 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-attribute/attribute-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-attribute/attributes-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-category/categories-list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-category/categories-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-category/categories-list.php:14 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/shop-category/category-browse-list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-category/category-browse-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-category/category-browse-list.php:13 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/shop-category/category-browse-list.php:14 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/shop-category/category-edit.php:3 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-category/category-edit.php:82 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] admin/templates/shop-category/category-products.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-category/category-products.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-category/subcategories-list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-category/subcategories-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-category/subcategories-list.php:9 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/shop-category/subcategory-browse-list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-category/subcategory-browse-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-category/subcategory-browse-list.php:9 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] admin/templates/shop-clients/clients-details.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-clients/view-list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-clients/view-list.php:2 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-coupon/coupons-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:185 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:189 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:55 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:56 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:81 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/shop-order/order-details.php:85 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/shop-order/order-edit.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-order/order-edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-order/order-edit.php:193 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/shop-order/order-edit.php:197 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/shop-order/order-edit.php:254 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] admin/templates/shop-order/orders-list.php:2 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-payment-method/payment-method-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-payment-method/payment-methods-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-producer/producer-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-producer/producers-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-product/products-list-custom-script.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-product/subcategories-list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/shop-product/subcategories-list.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/shop-product/subcategories-list.php:10 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/shop-product-sets/product-sets-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-promotion/promotions-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-statuses/status-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-statuses/view-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/shop-transport/transports-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/site/main-layout.php:? — Replace all tab characters in this file by sequences of white-spaces. (php:S105)
- [ ] [MINOR] admin/templates/site/main-layout.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/site/main-layout.php:101 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:102 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:103 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:109 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:110 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:116 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:117 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:118 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:119 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:120 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:164 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:191 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] admin/templates/site/main-layout.php:53 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] admin/templates/site/main-layout.php:60 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:66 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:67 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:68 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:69 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:81 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:82 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:83 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:87 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:88 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:92 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:93 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:94 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/main-layout.php:95 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] admin/templates/site/unlogged.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/site/unlogged.php:34 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/site/unlogged-layout.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/site/unlogged-layout.php:34 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] admin/templates/users/user-2fa.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] admin/templates/users/user-edit.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] admin/templates/users/users-list.php:1 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] ajax.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] ajax.php:105 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] ajax.php:3 — Rename function "__autoload_my_classes" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] ajax.php:83 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] api.php:4 — Rename function "__autoload_my_classes" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/App.php:13 — Rename function "finalize_admin_login" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/App.php:39 — Rename function "special_actions" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ArticlesArchiveController.php:113 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ArticlesArchiveController.php:128 — Rename function "article_restore" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ArticlesArchiveController.php:143 — Rename function "article_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/BannerController.php:214 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/admin/Controllers/DashboardController.php:18 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:119 — Rename function "logs_clear" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:127 — Rename function "apilo_settings" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:135 — Rename function "apilo_settings_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:149 — Rename function "apilo_authorization" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:174 — Rename function "get_platform_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:179 — Rename function "get_status_types_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:184 — Rename function "get_carrier_account_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:189 — Rename function "get_payment_types_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:194 — Rename function "apilo_create_product" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:204 — Rename function "apilo_product_search" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:218 — Rename function "apilo_product_select_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:229 — Rename function "apilo_product_select_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:240 — Rename function "shoppro_settings" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:247 — Rename function "shoppro_settings_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/IntegrationsController.php:261 — Rename function "shoppro_product_import" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:139 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:144 — Rename function "language_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:158 — Rename function "language_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:229 — Rename function "language_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:239 — Rename function "translation_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:332 — Rename function "translation_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:347 — Rename function "translation_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/LanguagesController.php:414 — Rename function "translation_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:134 — Rename function "email_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:181 — Rename function "settings_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:216 — Rename function "email_templates_user" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:223 — Rename function "email_templates_admin" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:231 — Rename function "email_template_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:251 — Rename function "template_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:30 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:318 — Rename function "email_template_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/NewsletterController.php:35 — Rename function "emails_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ProductArchiveController.php:176 — Rename function "delete_permanent" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ProductArchiveController.php:196 — Rename function "bulk_delete_permanent" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ProductArchiveController.php:55 — Remove this unused "$combinations" local variable. (php:S1481)
- [ ] [MINOR] autoload/admin/Controllers/ScontainersController.php:133 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ScontainersController.php:152 — Rename function "container_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ScontainersController.php:218 — Rename function "container_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ScontainersController.php:233 — Rename function "container_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopAttributeController.php:247 — Rename function "values_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopAttributeController.php:314 — Rename function "value_row_tpl" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopAttributeController.php:365 — Use concise character class syntax '\d' instead of '[0-9]'. (php:S6353)
- [ ] [MINOR] autoload/admin/Controllers/ShopAttributeController.php:365 — Use concise character class syntax '\d' instead of '[0-9]'. (php:S6353)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:101 — Rename function "category_url_browser" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:111 — Rename function "save_categories_order" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:126 — Rename function "save_products_order" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:141 — Rename function "cookie_categories" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:18 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:32 — Rename function "category_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:71 — Rename function "category_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCategoryController.php:88 — Rename function "category_products" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopClientsController.php:151 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopClientsController.php:198 — Use empty() to check whether the array is empty or not. (php:S1155)
- [ ] [MINOR] autoload/admin/Controllers/ShopClientsController.php:218 — Rename function "clients_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCouponController.php:168 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCouponController.php:183 — Rename function "coupon_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCouponController.php:239 — Rename function "coupon_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopCouponController.php:254 — Rename function "coupon_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:176 — Rename function "order_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:200 — Rename function "order_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:232 — Rename function "order_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:24 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:268 — Rename function "search_products_ajax" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:283 — Rename function "notes_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:288 — Rename function "order_status_change" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:300 — Rename function "order_resend_confirmation_email" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:308 — Rename function "set_order_as_unpaid" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:317 — Rename function "set_order_as_paid" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:326 — Rename function "send_order_to_apilo" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:340 — Rename function "toggle_trustmate_send" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopOrderController.php:351 — Rename function "order_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopPaymentMethodController.php:300 — Remove this redundant jump. (php:S3626)
- [ ] [MINOR] autoload/admin/Controllers/ShopProducerController.php:142 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProducerController.php:161 — Rename function "producer_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProducerController.php:260 — Rename function "producer_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProducerController.php:277 — Rename function "producer_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1006 — Rename function "product_combination_stock_0_buy_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1016 — Rename function "product_combination_sku_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1026 — Rename function "product_combination_quantity_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1036 — Rename function "product_combination_price_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1046 — Rename function "delete_combination_ajax" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1063 — Rename function "image_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1078 — Rename function "images_order_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1090 — Rename function "image_alt_change" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1105 — Rename function "product_file_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1120 — Rename function "product_file_name_change" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1135 — Rename function "product_image_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1152 — Rename function "mass_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1166 — Rename function "mass_edit_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1171 — Use empty() to check whether the array is empty or not. (php:S1155)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:1192 — Rename function "get_products_by_category" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:206 — Rename function "product_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:37 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:779 — Rename function "duplicate_product" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:794 — Rename function "product_archive" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:809 — Rename function "product_unarchive" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:824 — Rename function "product_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:839 — Rename function "change_product_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:852 — Rename function "product_change_price_brutto" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:867 — Rename function "product_change_price_brutto_promo" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:882 — Rename function "product_change_custom_label" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:897 — Rename function "product_custom_label_suggestions" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:913 — Rename function "product_custom_label_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:928 — Rename function "ajax_product_url" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:937 — Rename function "generate_sku_code" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:955 — Rename function "product_combination" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:970 — Rename function "generate_combination" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductController.php:991 — Rename function "delete_combination" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductSetsController.php:128 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductSetsController.php:143 — Rename function "set_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/ShopProductSetsController.php:231 — Rename function "set_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/UpdateController.php:15 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/UsersController.php:117 — Rename function "user_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/UsersController.php:130 — Rename function "view_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/UsersController.php:21 — Rename function "user_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/UsersController.php:241 — Rename function "login_form" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Controllers/UsersController.php:31 — Rename function "user_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/admin/Support/class.TableListRequestFactory.php:100 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] autoload/admin/Support/Forms/FormFieldRenderer.php:489 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/admin/Support/Forms/FormRequestHandler.php:156 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/admin/Support/Forms/FormRequestHandler.php:22 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/admin/Validation/FormValidator.php:120 — Replace this "switch" statement with "if" statements to increase readability. (php:S1301)
- [ ] [MINOR] autoload/admin/Validation/FormValidator.php:16 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/admin/ViewModels/Common/class.PaginatedTableViewModel.php:50 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] autoload/admin/ViewModels/Forms/FormEditViewModel.php:105 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/admin/ViewModels/Forms/FormField.php:322 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/api/ApiRouter.php:107 — Remove this unused "$db" local variable. (php:S1481)
- [ ] [MINOR] autoload/api/Controllers/DictionariesApiController.php:102 — Rename function "ensure_attribute" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/DictionariesApiController.php:138 — Rename function "ensure_attribute_value" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/DictionariesApiController.php:179 — Rename function "ensure_producer" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/DictionariesApiController.php:72 — Rename function "payment_methods" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/OrdersApiController.php:100 — Rename function "set_paid" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/OrdersApiController.php:129 — Rename function "set_unpaid" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/OrdersApiController.php:64 — Rename function "change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/ProductsApiController.php:212 — Rename function "create_variant" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/ProductsApiController.php:250 — Rename function "update_variant" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/ProductsApiController.php:278 — Rename function "delete_variant" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/api/Controllers/ProductsApiController.php:299 — Rename function "upload_image" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Cache.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] autoload/class.Cache.php:46 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] autoload/class.Cache.php:9 — Rename function "get_file_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Chunk.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] autoload/class.Chunk.php:101 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/class.Chunk.php:115 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/class.Chunk.php:46 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/class.Chunk.php:54 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/class.Cron.php:125 — Rename function "import_tasks_from_email" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Cron.php:136 — Rename function "tasks_emails" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Cron.php:149 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/class.Cron.php:16 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/class.Cron.php:167 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/class.Cron.php:184 — Remove this empty statement. (php:S1116)
- [ ] [MINOR] autoload/class.Cron.php:5 — Rename function "recursive_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Cron.php:88 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/class.Cron.php:92 — Remove this unused "$max_days_reminder" local variable. (php:S1481)
- [ ] [MINOR] autoload/class.DbModel.php:6 — Rename this field "$table_key" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/class.Excel.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] autoload/class.Excel.php:53 — Rename function "send_to_file" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Html.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] autoload/class.Html.php:12 — Rename function "input_switch" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Html.php:39 — Rename function "input_icon" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.Html.php:5 — Rename function "form_text" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:? — Replace all tab characters in this file by sequences of white-spaces. (php:S105)
- [ ] [MINOR] autoload/class.S.php:107 — Rename this local variable "$Caracteres" to match the regular expression ^[a-z_][a-zA-Z0-9_]*$. (php:S117)
- [ ] [MINOR] autoload/class.S.php:108 — Rename this local variable "$QuantidadeCaracteres" to match the regular expression ^[a-z_][a-zA-Z0-9_]*$. (php:S117)
- [ ] [MINOR] autoload/class.S.php:11 — Immediately return this expression instead of assigning it to the temporary variable "$array". (php:S1488)
- [ ] [MINOR] autoload/class.S.php:111 — Rename this local variable "$Hash" to match the regular expression ^[a-z_][a-zA-Z0-9_]*$. (php:S117)
- [ ] [MINOR] autoload/class.S.php:111 — Write this "NULL" constant in lower case. (php:S1781)
- [ ] [MINOR] autoload/class.S.php:114 — Rename this local variable "$Posicao" to match the regular expression ^[a-z_][a-zA-Z0-9_]*$. (php:S117)
- [ ] [MINOR] autoload/class.S.php:121 — Rename function "sort_array_of_array" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:130 — Rename function "json_to_array" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:149 — Rename function "get_session" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:154 — Rename function "del_session" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:158 — Rename function "set_session" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:16 — Rename function "number_display" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:16 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/class.S.php:193 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/class.S.php:200 — Rename function "csrf_token" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:208 — Rename function "csrf_verify" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:21 — Rename function "prepar_request" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:214 — Rename function "email_check" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:219 — Rename function "send_email" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:4 — Rename function "array_unique_multi" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:48 — Rename function "no_pl_excel" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/class.S.php:48 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/class.S.php:50 — Write this "Array" keyword in lower case. (php:S1781)
- [ ] [MINOR] autoload/class.S.php:87 — Write this "Array" keyword in lower case. (php:S1781)
- [ ] [MINOR] autoload/class.Tpl.php:32 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/class.Tpl.php:42 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/class.Tpl.php:51 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Controllers/CrmController.php:13 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/CrmController.php:23 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/CrmController.php:37 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:30 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:32 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:32 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:32 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:40 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:42 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:42 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:42 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/TasksController.php:57 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:128 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:128 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:494 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:494 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:507 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:507 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:75 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:75 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:95 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:98 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Controllers/UsersController.php:98 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Cron.php:5 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:104 — Rename function "task_text_new" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:104 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:110 — Rename function "project_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:126 — Rename function "task_change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:137 — Rename function "ajax_user_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:137 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:177 — Rename function "task_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:177 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:193 — Rename function "open_task_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:193 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:201 — Rename function "task_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:226 — Rename function "project_default" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:25 — Rename function "project_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:25 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:42 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:42 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:5 — Rename function "project_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:5 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:51 — Rename function "task_order_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:51 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Projects.php:63 — Rename function "action_mark_as_done" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:77 — Rename function "action_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:91 — Rename function "task_update" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:98 — Rename function "task_text_update" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Projects.php:98 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Site.php:29 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Site.php:38 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] autoload/controls/class.Tasks.php:152 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:155 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:17 — Rename function "task_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:17 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:183 — Rename function "action_change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:183 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:201 — Rename function "comment_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:201 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:218 — Rename function "comment_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:218 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:240 — Rename function "action_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:240 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:259 — Rename function "action_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:259 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:282 — Rename function "tasks_order_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:282 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:292 — Rename function "send_email_task_change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:292 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:309 — Rename function "task_change_project" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:309 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:320 — Rename function "task_change_client" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:320 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:334 — Rename function "task_change_parent" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:334 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:34 — Rename function "main_view_by_ajax" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:34 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:340 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:353 — Rename function "task_change_priority" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:353 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:364 — Rename function "task_change_title" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:364 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:375 — Rename function "task_change_text" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:375 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:386 — Rename function "task_change_users" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:386 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:389 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:415 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:430 — Rename function "task_change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:430 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:435 — Rename function "task_end" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:435 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:446 — Rename function "task_start" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:446 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:457 — Rename function "task_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:457 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:482 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:485 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:488 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:497 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:5 — Rename function "task_change_dates" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:5 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:512 — Rename function "task_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:512 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:532 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:538 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/controls/class.Tasks.php:548 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:548 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:563 — Rename function "task_popup" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:563 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:596 — Rename function "task_attachment_upload" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:596 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:633 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:635 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:643 — Rename function "normalize_uploads_array" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:643 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:645 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Tasks.php:666 — Rename function "task_attachment_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:666 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:686 — Rename function "task_attachment_rename" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:686 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:706 — Rename function "task_attachments_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:706 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:735 — Rename function "filtr_save_form" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:735 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:747 — Rename function "filtr_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:747 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:765 — Rename function "filtr_update" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:765 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:785 — Rename function "work_time" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:785 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:790 — Rename function "change_task_work_date_start" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:790 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:791 — Remove this unused "$result" local variable. (php:S1481)
- [ ] [MINOR] autoload/controls/class.Tasks.php:795 — Rename function "change_task_work_date_end" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:795 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:796 — Remove this unused "$result" local variable. (php:S1481)
- [ ] [MINOR] autoload/controls/class.Tasks.php:800 — Rename function "work_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:800 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:809 — Rename function "filtr_set_default" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:809 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Tasks.php:826 — Rename function "filtr_get" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:96 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Tasks.php:96 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Users.php:216 — Rename function "login_form" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Users.php:224 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Users.php:232 — Rename function "login_as" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Users.php:240 — Rename function "back_to_admin" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Users.php:85 — Rename function "password_change" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Wiki.php:10 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Wiki.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Wiki.php:22 — Rename function "categories_delete_bulk" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Wiki.php:26 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Wiki.php:28 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Wiki.php:46 — Rename function "category_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Wiki.php:50 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Wiki.php:60 — Rename function "category_edit" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Wiki.php:64 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Wiki.php:7 — Rename function "category_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Wiki.php:7 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/controls/class.Wiki.php:73 — Rename function "category_preview" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Wiki.php:77 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/controls/class.Wiki.php:85 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/controls/class.Wiki.php:89 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:112 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:112 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:119 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:94 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:94 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:97 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:97 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Basket/BasketCalculator.php:97 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Finances/FinanceRepository.php:105 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Finances/FinanceRepository.php:317 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Order/OrderAdminService.php:312 — Remove this unused "$db" local variable. (php:S1481)
- [ ] [MINOR] autoload/Domain/Order/OrderAdminService.php:75 — Immediately return this expression instead of assigning it to the temporary variable "$saved". (php:S1488)
- [ ] [MINOR] autoload/Domain/Order/OrderRepository.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] autoload/Domain/Producer/ProducerRepository.php:203 — Immediately return this expression instead of assigning it to the temporary variable "$result". (php:S1488)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:11 — Rename this field "$condition_type" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:19 — Rename this field "$discount_type" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:470 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:513 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:513 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:516 — Remove this unused "$category_tmp" local variable. (php:S1481)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:537 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:543 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:543 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:548 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:561 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:591 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:591 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:596 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:621 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:628 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:640 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:646 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:653 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Promotion/PromotionRepository.php:676 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:1031 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:1034 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:1037 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:1046 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:1049 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:1094 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:1094 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:13 — Rename this field "$last_ai_error" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:296 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:305 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:320 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:320 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:329 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:348 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:348 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:355 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:371 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:38 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:38 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:446 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:48 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:515 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:518 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:582 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:582 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:595 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:595 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:644 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:646 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:651 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:653 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:654 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:671 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:680 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:847 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:849 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/MailToTaskImporter.php:934 — Immediately return this expression instead of assigning it to the temporary variable "$text". (php:S1488)
- [ ] [MINOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:174 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:348 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:55 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:58 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:7 — Rename this field "$upload_dir" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:8 — Rename this field "$upload_url" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/Domain/Tasks/TaskAttachmentRepository.php:9 — Rename this field "$table_ready" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/Domain/Tasks/WorkTimeRepository.php:112 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/WorkTimeRepository.php:25 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/WorkTimeRepository.php:35 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Tasks/WorkTimeRepository.php:51 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Domain/Transport/TransportRepository.php:322 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Domain/Users/PermissionRepository.php:26 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Domain/Users/PermissionRepository.php:53 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Domain/Users/UserRepository.php:12 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Domain/Users/VacationRepository.php:20 — Rename this field "$tables_checked" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S116)
- [ ] [MINOR] autoload/factory/class.Crm.php:12 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Crm.php:18 — Rename function "get_client_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Crm.php:18 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Crm.php:24 — Rename function "get_client_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Crm.php:24 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Crm.php:30 — Rename function "client_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Crm.php:30 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Crm.php:36 — Rename function "client_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Crm.php:42 — Rename function "client_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Cron.php:10 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:11 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:114 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:114 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:127 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:128 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:148 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:148 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:165 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:165 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:178 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:179 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:18 — Rename function "update_points" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Cron.php:200 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:200 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:217 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:217 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:23 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:230 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:231 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:238 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:24 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:252 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:252 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:255 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:269 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:269 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:282 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:283 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:291 — Rename function "send_emails" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Cron.php:295 — Remove this unused "$sent_mail" local variable. (php:S1481)
- [ ] [MINOR] autoload/factory/class.Cron.php:3 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:306 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:306 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:31 — Rename function "send_push" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Cron.php:321 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:321 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:334 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:335 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:349 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:349 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:35 — Remove this unused "$sent_mail" local variable. (php:S1481)
- [ ] [MINOR] autoload/factory/class.Cron.php:366 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:366 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:379 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:380 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:396 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:396 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:413 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:413 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:426 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:427 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:444 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:444 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:461 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:461 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:474 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:475 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:492 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:492 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:495 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:5 — Rename function "remove_points_history" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Cron.php:50 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:50 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:509 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:509 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:522 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:523 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:65 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:65 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Cron.php:78 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:79 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:8 — Remove this unused "$results" local variable. (php:S1481)
- [ ] [MINOR] autoload/factory/class.Cron.php:97 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/factory/class.Cron.php:97 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Finances.php:104 — Rename function "wallet_summary_this_month" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:104 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:109 — Rename function "wallet_summary" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:109 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:14 — Rename function "first_operation_date" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:14 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:19 — Rename function "get_operation_tags" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:19 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:24 — Rename function "client_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:24 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:29 — Rename function "clients_list_by_dates" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:29 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:34 — Rename function "clients_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:34 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:39 — Rename function "category_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:44 — Rename function "default_group" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:49 — Rename function "groups_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:54 — Rename function "operation_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:59 — Rename function "tags_json" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:64 — Rename function "tags_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:69 — Rename function "operations_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:69 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:74 — Rename function "operation_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:79 — Rename function "operation_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:84 — Rename function "category_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:89 — Rename function "category_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:94 — Rename function "wallet_expenses_this_month" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:94 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Finances.php:99 — Rename function "wallet_income_this_month" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Finances.php:99 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:104 — Rename function "action_mark_as_done" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:112 — Rename function "action_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:118 — Rename function "send_email_notification" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:12 — Rename function "count_open_subtasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:12 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:127 — Rename function "get_task_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:133 — Rename function "set_project_as_default" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:139 — Rename function "task_update" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:151 — Rename function "project_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:157 — Rename function "project_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:163 — Rename function "open_task" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:176 — Rename function "task_change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:176 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:18 — Rename function "task_text_new" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:18 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:184 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:199 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:199 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:214 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:229 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:229 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:247 — Rename function "task_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:257 — Rename function "project_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:277 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Projects.php:29 — Rename function "task_text_update" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:29 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:303 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Projects.php:315 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:317 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:329 — Rename function "project_user_id" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:335 — Rename function "task_user_id" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:341 — Rename function "project_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:351 — Rename function "tasks_without_project" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:365 — Rename function "get_project_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:365 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:371 — Rename function "user_projects" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:384 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:40 — Rename function "task_total_time" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:40 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:402 — Rename function "get_unassigned_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:402 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:408 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:408 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Projects.php:421 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:431 — Rename function "get_closed_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:431 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:437 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:437 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Projects.php:466 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:476 — Rename function "get_toreview_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:476 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:482 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:482 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Projects.php:498 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:5 — Rename function "projects_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:5 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:509 — Rename function "get_inprogress_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:509 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:515 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:515 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Projects.php:53 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:545 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:555 — Rename function "user_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:561 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:561 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Projects.php:598 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:63 — Rename function "send_email_task_change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:63 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Projects.php:665 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Projects.php:90 — Rename function "task_order_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Projects.php:90 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] autoload/factory/class.Tasks.php:115 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:141 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:179 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:25 — Rename function "filtr_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:25 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:266 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:268 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:270 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:275 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:275 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:31 — Rename function "get_priorities" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:31 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:319 — Rename function "work_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:319 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:324 — Rename function "change_task_work_date_end" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:324 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:330 — Rename function "change_task_work_date_start" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:330 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:336 — Rename function "task_works" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:336 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:342 — Rename function "get_statuses" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:342 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:352 — Rename function "clear_task_opened" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:352 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:358 — Rename function "set_task_opened_by_user" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:358 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:36 — Rename function "task_change_dates" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:36 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:371 — Rename function "is_taks_is_opened_by_user" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:371 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:377 — Rename function "get_filtrs" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:377 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:382 — Rename function "filtr_update" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:382 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:392 — Rename function "filtr_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:392 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:410 — Rename function "action_change_status" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:410 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:415 — Rename function "comment_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:415 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:420 — Rename function "comment_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:420 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:424 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:424 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:435 — Rename function "action_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:435 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:441 — Rename function "action_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:441 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:450 — Rename function "get_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:450 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:497 — Rename function "get_open_task_id" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:497 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:503 — Rename function "task_start" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:503 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:51 — Rename function "parent_tasks" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:51 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:515 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:542 — Rename function "task_end" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:542 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:556 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:570 — Rename function "is_work_duration_too_short" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:575 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:581 — Rename function "task_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:581 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:597 — Rename function "normalize_wiki_ids" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:599 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:602 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:619 — Rename function "task_wiki_ids" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:619 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:634 — Rename function "set_task_wiki_links" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:634 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:641 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:670 — Rename function "task_wiki_entries_for_user" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:670 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:684 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:689 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:709 — Rename function "task_total_time" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:709 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:722 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:732 — Rename function "is_task_open" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:732 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:74 — Rename function "get_tasks_gantt" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:74 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:742 — Rename function "work_time_clients" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:742 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:749 — Rename function "task_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:749 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:767 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:784 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:786 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:786 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:793 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:793 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Tasks.php:795 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:795 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:796 — Remove this empty statement. (php:S1116)
- [ ] [MINOR] autoload/factory/class.Tasks.php:815 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:835 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:837 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:840 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/factory/class.Tasks.php:842 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Tasks.php:854 — Rename function "task_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:854 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:862 — Rename function "task_first_id" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:862 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:871 — Rename function "task_delete_all" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:871 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:889 — Rename function "task_delete_from_db" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:889 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:905 — Rename function "filtr_set_default" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:905 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:913 — Rename function "get_default_filtr" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Tasks.php:913 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Tasks.php:918 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] autoload/factory/class.Users.php:19 — Rename function "get_default_project" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Users.php:25 — Rename function "get_user_email" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Users.php:31 — Rename function "user_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Users.php:40 — Rename function "users_list" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Users.php:6 — Rename function "user_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Users.php:6 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Wiki.php:101 — Rename function "get_categories_for_user" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:101 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Wiki.php:105 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Wiki.php:116 — Rename function "is_category_visible_for_user" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:116 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Wiki.php:12 — Rename function "category_delete" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:12 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Wiki.php:120 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Wiki.php:123 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/factory/class.Wiki.php:24 — Rename function "categories_delete_bulk" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:24 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Wiki.php:47 — Rename function "category_save" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:6 — Rename function "get_all_categories" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:6 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Wiki.php:72 — Remove this unused "$key" local variable. (php:S1481)
- [ ] [MINOR] autoload/factory/class.Wiki.php:81 — Rename function "category_details" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:88 — Rename function "category_users" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:88 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/factory/class.Wiki.php:94 — Rename function "get_categories" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/factory/class.Wiki.php:94 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/front/App.php:126 — Replace this "switch" statement with "if" statements to increase readability. (php:S1301)
- [ ] [MINOR] autoload/front/App.php:13 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/App.php:13 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/App.php:17 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/App.php:21 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/front/App.php:30 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/App.php:30 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/App.php:34 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/App.php:6 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/front/App.php:68 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/App.php:79 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:135 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:135 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:135 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:164 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:164 — Use empty() to check whether the array is empty or not. (php:S1155)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:196 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/front/Controllers/ShopBasketController.php:477 — Use empty() to check whether the array is empty or not. (php:S1155)
- [ ] [MINOR] autoload/front/Controllers/ShopOrderController.php:113 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/front/Controllers/ShopOrderController.php:71 — Remove this unused "$response" local variable. (php:S1481)
- [ ] [MINOR] autoload/front/Controllers/ShopOrderController.php:99 — Remove this unused "$product_tmp" local variable. (php:S1481)
- [ ] [MINOR] autoload/front/Controllers/ShopProductController.php:48 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/Controllers/ShopProductController.php:63 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/front/Controllers/ShopProductController.php:71 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/front/LayoutEngine.php:433 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/front/LayoutEngine.php:44 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/LayoutEngine.php:50 — Remove the literal "true" boolean value. (php:S1125)
- [ ] [MINOR] autoload/front/LayoutEngine.php:50 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/front/Views/Articles.php:141 — Use empty() to check whether the array is empty or not. (php:S1155)
- [ ] [MINOR] autoload/front/Views/Scontainers.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] autoload/Shared/Email/Email.php:17 — Rename function "email_check" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Email/Email.php:41 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Email/Email.php:8 — Rename function "load_by_name" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:1009 — Rename function "delete_dir" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:1014 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:1019 — Remove this unused "$index" local variable. (php:S1481)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:1027 — Rename function "email_check" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:1032 — Rename function "send_email" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:1036 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:105 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:109 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:191 — Rename function "is_array_fix" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:193 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:198 — Rename function "delete_cache" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:206 — Rename function "pretty_date" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:225 — Immediately return this expression instead of assigning it to the temporary variable "$result". (php:S1488)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:236 — Rename function "array_cartesian_product" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:277 — Rename function "normalize_decimal" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:277 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:320 — Rename function "get_new_version" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:330 — Remove this unused "$key" local variable. (php:S1481)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:333 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:342 — Rename function "get_version" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:347 — Rename function "set_session" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:352 — Rename function "get_session" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:357 — Rename function "delete_session" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:393 — Rename function "set_message" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:59 — Rename function "clear_product_cache" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:59 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:714 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:720 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:720 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:734 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:734 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:80 — Rename function "remove_special_chars" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:80 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:802 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:802 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:819 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:84 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:88 — Remove this unused "$subKey" local variable. (php:S1481)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:9 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:9 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:98 — Rename function "generate_webp_image" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Helpers/Helpers.php:98 — Reorder the modifiers to comply with the PSR2 standard. (php:S1124)
- [ ] [MINOR] autoload/Shared/Html/Html.php:13 — Rename function "input_switch" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Html/Html.php:40 — Rename function "input_icon" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Html/Html.php:6 — Rename function "form_text" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/Shared/Image/ImageManipulator.php:296 — Rename function "_replace" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/view/class.Cron.php:5 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] autoload/view/class.Cron.php:6 — Rename function "main_view" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] autoload/view/class.Site.php:? — Replace all tab characters in this file by sequences of white-spaces. (php:S105)
- [ ] [MINOR] autoload/view/class.Site.php:20 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/view/class.Site.php:21 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/view/class.Site.php:22 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/view/class.Site.php:23 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] autoload/view/class.Site.php:24 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] autoload/view/class.Users.php:5 — Rename function "points_history" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] cron.php:198 — Remove this unused "$orderAdminService" local variable. (php:S1481)
- [ ] [MINOR] cron.php:298 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:300 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:302 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] cron.php:302 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] cron.php:302 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:307 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:309 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:311 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] cron.php:311 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] cron.php:311 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:316 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:318 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:320 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] cron.php:320 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] cron.php:320 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] cron.php:323 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] cron.php:374 — Remove this unused "$paczkomat" local variable. (php:S1481)
- [ ] [MINOR] cron.php:376 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] cron.php:393 — Remove this unused "$parcelId" local variable. (php:S1481)
- [ ] [MINOR] cron.php:395 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] cron.php:4 — Rename function "__autoload_my_classes" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] cron.php:543 — Remove this unused "$mdb" local variable. (php:S1481)
- [ ] [MINOR] cron.php:558 — Remove this unused "$mdb" local variable. (php:S1481)
- [ ] [MINOR] index.php:139 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] index.php:145 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] index.php:150 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] index.php:177 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] index.php:181 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] index.php:181 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] index.php:250 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] index.php:335 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] index.php:371 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] index.php:4 — Rename function "__autoload_my_classes" to match the regular expression ^[a-z][a-zA-Z0-9]*$. (php:S100)
- [ ] [MINOR] resources/views/automation/index.php:247 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/components/table-list.php:133 — Use concise character class syntax '\W' instead of '[^a-zA-Z0-9_]'. (php:S6353)
- [ ] [MINOR] resources/views/components/table-list.php:279 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/components/table-list.php:302 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/components/table-list.php:60 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:101 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:110 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:44 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:77 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:80 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:83 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:86 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/layouts/app.php:89 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/orders/receipt-create.php:123 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/orders/show.php:669 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/receipts/show.php:19 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/receipts/show.php:20 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/receipts/show.php:21 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/accounting.php:133 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/accounting.php:50 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/cron.php:174 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/delivery-status-mappings.php:24 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/integrations.php:48 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/printing.php:138 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/shoppro.php:128 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/shoppro.php:186 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] resources/views/settings/shoppro.php:58 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] src/Core/Routing/Router.php:162 — Use concise character class syntax '\w' instead of '[a-zA-Z0-9_]'. (php:S6353)
- [ ] [MINOR] src/Core/View/Template.php:38 — Remove this unused "$e" local variable. (php:S1481)
- [ ] [MINOR] src/Core/View/Template.php:40 — Remove this unused "$t" local variable. (php:S1481)
- [ ] [MINOR] src/Modules/Accounting/ReceiptRepository.php:139 — Immediately return this expression instead of assigning it to the temporary variable "$number". (php:S1488)
- [ ] [MINOR] src/Modules/Auth/AuthService.php:56 — Immediately return this expression instead of assigning it to the temporary variable "$user". (php:S1488)
- [ ] [MINOR] src/Modules/Settings/EmailTemplateController.php:100 — Remove this unused "$t" local variable. (php:S1481)
- [ ] [MINOR] src/Modules/Settings/ShopproIntegrationsController.php:118 — Remove this unused "$redirectBase" local variable. (php:S1481)
- [ ] [MINOR] src/Modules/Settings/ShopproIntegrationsController.php:185 — Remove this unused "$redirectBase" local variable. (php:S1481)
- [ ] [MINOR] src/Modules/Shipments/AllegroShipmentService.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] src/Modules/Users/UserRepository.php:159 — Immediately return this expression instead of assigning it to the temporary variable "$record". (php:S1488)
- [ ] [MINOR] templates/backpro/domains/list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/backpro/domains/list.php:59 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] templates/crm/client-edit.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/crm/client-edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/cron/main-view.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/cron/main-view.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/cron/main-view.php:20 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/cron/main-view.php:24 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/cron/main-view.php:41 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/cron/main-view.php:45 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/cron/main-view.php:49 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/cron/main-view.php:83 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/cron/main-view.php:84 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/finances/category-edit.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/finances/category-edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/finances/category-edit.php:47 — Remove this closing tag "?>". (php:S1780)
- [ ] [MINOR] templates/finances/main-view.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/finances/main-view.php:3 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/finances/main-view.php:54 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/finances/operation-edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/finances/operation-edit.php:83 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/finances/operations-list.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/finances/operations-list.php:55 — Remove this empty statement. (php:S1116)
- [ ] [MINOR] templates/html/button.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/html/button.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/html/form-text.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/html/input.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/html/input.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/html/input.php:15 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/html/input.php:19 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] templates/html/input-icon.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/html/input-icon.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/html/input-icon.php:27 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/html/input-icon.php:31 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] templates/html/input-icon.php:55 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/html/input-switch.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/html/input-switch.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/html/select.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/html/select.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/html/select.php:14 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/html/select.php:18 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] templates/html/textarea.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/html/textarea.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/html/textarea.php:14 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/html/textarea.php:18 — Replace this "else if" keyword sequence by "elseif" keyword. (php:S1793)
- [ ] [MINOR] templates/projects/closed-tasks.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/closed-tasks.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/closed-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/closed-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/closed-tasks.php:2 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/closed-tasks.php:41 — Remove this empty statement. (php:S1116)
- [ ] [MINOR] templates/projects/closed-tasks.php:55 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/projects/closed-tasks.php:67 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/closed-tasks.php:73 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:2 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:68 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:85 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/inprogress-tasks.php:91 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/main_view.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/main_view.php:22 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/project_edit.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/project_edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/task-details.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/task-details.php:10 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/projects/task-edit.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/task-edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/tasks.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/tasks.php:71 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/toreview-tasks.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/toreview-tasks.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/toreview-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/toreview-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/toreview-tasks.php:2 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/toreview-tasks.php:67 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/projects/toreview-tasks.php:79 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/toreview-tasks.php:85 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:12 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:2 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:53 — Remove this empty statement. (php:S1116)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:58 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/projects/unassigned-tasks.php:70 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/site/layout-cron.php:43 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/site/layout-cron.php:43 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/site/layout-logged.php:46 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/site/layout-logged.php:90 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/site/layout-logged.php:90 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/site/layout-unlogged.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/tasks/filtr_save_form.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/tasks/main_view.php:21 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/main_view.php:39 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/main_view.php:5 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/tasks/main_view_by_ajax.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/tasks/main_view_by_ajax.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/tasks/task_edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/tasks/task_edit.php:156 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_edit.php:204 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/tasks/task_edit.php:269 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/tasks/task_edit.php:30 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_edit.php:302 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_edit.php:305 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/tasks/task_edit.php:41 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_edit.php:43 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_edit.php:5 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_popup.php:168 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_popup.php:171 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/tasks/task_popup.php:193 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_popup.php:200 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/tasks/task_popup.php:201 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_popup.php:221 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_popup.php:25 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/tasks/task_popup.php:273 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/tasks/task_popup.php:316 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/tasks/task_popup.php:34 — Remove the useless trailing whitespaces at the end of this line. (php:S1131)
- [ ] [MINOR] templates/tasks/task_popup.php:40 — Replace this use of a reluctant quantifier with "[^"]*+". (php:S5857)
- [ ] [MINOR] templates/tasks/task_popup.php:40 — Replace this use of a reluctant quantifier with "[^\']*+". (php:S5857)
- [ ] [MINOR] templates/tasks/task_popup.php:43 — Replace this use of a reluctant quantifier with "[^"]*+". (php:S5857)
- [ ] [MINOR] templates/tasks/task_popup.php:43 — Replace this use of a reluctant quantifier with "[^\']*+". (php:S5857)
- [ ] [MINOR] templates/tasks/task_popup.php:68 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] templates/tasks/task_popup.php:70 — Add an "alt" attribute to this image. (Web:ImgWithoutAltCheck)
- [ ] [MINOR] templates/tasks/task_single.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/tasks/task_single.php:2 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/tasks/task_single.php:27 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/tasks/task_single.php:28 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/tasks/task_single.php:34 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/task_single.php:34 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/work-time.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/tasks/work-time.php:135 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/tasks/work-time.php:26 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/tasks/work-time.php:42 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/tasks/work-time.php:50 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/tasks/work-time.php:50 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/users/login-form.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/users/main-view.php:26 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/users/main-view.php:7 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/users/vacations.php:104 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/users/vacations.php:38 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/users/vacations.php:7 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/wiki/category-edit.php:? — Add a new line at the end of this file. (php:S113)
- [ ] [MINOR] templates/wiki/category-edit.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/wiki/category-edit.php:32 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/wiki/category-edit.php:47 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/wiki/category-edit.php:47 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/wiki/category-preview.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/wiki/category-preview.php:18 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/wiki/main-view.php:1 — Change this opening tag to either "<?php" or "<?=". (php:S1757)
- [ ] [MINOR] templates/wiki/main-view.php:1 — Replace "or" with "||". (php:S2010)
- [ ] [MINOR] templates/wiki/main-view.php:35 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/wiki/main-view.php:46 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)
- [ ] [MINOR] templates/wiki/main-view.php:77 — Replace "and" with "&&". (php:S2010)
- [ ] [MINOR] templates/wiki/main-view.php:85 — Anchors must have content and the content must be accessible by a screen reader. (Web:S6827)