Top Menu

Jump to content
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    Home
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Boards
    Boards
  • Wiki
    Wiki

Content

Expand project menu

Updated by Sagar Gurung over 1 year ago

We are facing an error while running psalm i.e. a static code analysis tool for php done in PR [https://github.com/nextcloud/integration\_openproject/pull/504](https://github.com/nextcloud/integration_openproject/pull/504) [https://github.com/nextcloud/integration\_openproject/pull/504](https://github.com/nextcloud/integration_openproject/pull/504) 

This work package is a reminder to enable it after the error is fixed. The error that might have caused the psalm to exit might be be 

```text
PHP Fatal error: Declaration of Doctrine\Common\Cache\Psr6\CacheItem::get() must be compatible with Psr\Cache\CacheItemInterface::get(): mixed in nextcloud/master/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php on line 51
```

The psalm for some reason is looking into the 3rdparty app and I couldn't find the way to suppress it, I'll make a PR to 3rdparty to fix the errors if possible and maybe then we can enable the psalm again

Back

Loading...