Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement phpstan #39

Merged
merged 9 commits into from
Feb 16, 2022
Merged

implement phpstan #39

merged 9 commits into from
Feb 16, 2022

Commits on Feb 9, 2022

  1. run phpstan in CI

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e2d639f View commit details
    Browse the repository at this point in the history
  2. fix phpstan issues

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2e38e21 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. run tests with NC 23 & master

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9ee0754 View commit details
    Browse the repository at this point in the history
  2. add script differently depending on the version of nextcloud

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b93e327 View commit details
    Browse the repository at this point in the history
  3. delete unused methods

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c84ad88 View commit details
    Browse the repository at this point in the history
  4. fix php-cs-fixer

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    147e4e7 View commit details
    Browse the repository at this point in the history
  5. load OC for unit tests

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c1c6268 View commit details
    Browse the repository at this point in the history
  6. install NC before running tests

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ff43b1d View commit details
    Browse the repository at this point in the history
  7. coverage report only when running with NC master

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6cb56e0 View commit details
    Browse the repository at this point in the history