Skip to content
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5381842
add swagger-ui documentation
pifou25 Jun 21, 2025
7701abe
Fix wrong variable check in scenario AJAX eqLogic validation
kwizer15 Sep 20, 2025
203b1c6
Fix duplicate position parameter in log::getDelta call
kwizer15 Sep 20, 2025
9959357
Fix duplicate position parameter in log::getDelta call (proApi)
kwizer15 Sep 20, 2025
60778c4
Fix PHP 8+ TypeError in cmd::formatValue() when round() receives non-…
kwizer15 Sep 21, 2025
b8768db
Merge pull request #3123 from kwizer15/fix/proapi-log
Salvialf Sep 21, 2025
9fb4d9b
Merge pull request #3120 from kwizer15/fix/jeeapi-log
Salvialf Sep 21, 2025
e607943
Update PHPStan baseline
Salvialf Sep 21, 2025
7c9b02b
Merge pull request #3126 from jeedom/update-phpstan-baseline
Sekiro-kost Sep 21, 2025
48d568b
Merge pull request #3119 from kwizer15/fix/scenario-ajax
Salvialf Sep 21, 2025
28169be
Update PHPStan baseline
Salvialf Sep 21, 2025
6515fe9
Merge pull request #3128 from jeedom/update-phpstan-baseline
Sekiro-kost Sep 21, 2025
818a8a3
Fix scenario report theme parameter: use $options instead of $_parame…
kwizer15 Sep 23, 2025
f9313dd
Merge pull request #3129 from kwizer15/fix/scenario-report-theme-para…
Sekiro-kost Sep 24, 2025
6f0382b
Update PHPStan baseline
Sekiro-kost Sep 24, 2025
2906e09
Merge pull request #3130 from jeedom/update-phpstan-baseline
Sekiro-kost Sep 24, 2025
ed0c9a0
Merge pull request #3124 from kwizer15/fix/cmd-format-value
Sekiro-kost Sep 25, 2025
96bea6c
Update PHPStan baseline
Sekiro-kost Sep 25, 2025
addac37
Merge pull request #3132 from jeedom/update-phpstan-baseline
Sekiro-kost Sep 25, 2025
a0fd920
[Jenkins] Updated translation
Sep 25, 2025
6fcc9f5
add swagger-ui documentation
pifou25 Jun 21, 2025
f4b99f0
Merge branch 'feat/swagger-ui' of https://github.com/pifou25/jeedom-c…
pifou25 Oct 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PHPStan baseline
  • Loading branch information
Sekiro-kost authored Sep 25, 2025
commit 96bea6c65bbed89018c711b5a7b0928bd9b5162e
36 changes: 0 additions & 36 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -174,24 +174,6 @@ parameters:
count: 2
path: core/class/cmd.class.php

-
message: '#^Static method event\:\:add\(\) invoked with 2 parameters, 0\-1 required\.$#'
identifier: arguments.count
count: 2
path: core/class/config.class.php

-
message: '#^Static method event\:\:add\(\) invoked with 2 parameters, 0\-1 required\.$#'
identifier: arguments.count
count: 1
path: core/class/eqLogic.class.php

-
message: '#^Static method event\:\:add\(\) invoked with 3 parameters, 0\-1 required\.$#'
identifier: arguments.count
count: 1
path: core/class/event.class.php

-
message: '#^Variable \$goupingType might not be defined\.$#'
identifier: variable.undefined
Expand Down Expand Up @@ -258,12 +240,6 @@ parameters:
count: 3
path: core/class/jsonrpcClient.class.php

-
message: '#^Static method event\:\:add\(\) invoked with 2 parameters, 0\-1 required\.$#'
identifier: arguments.count
count: 1
path: core/class/message.class.php

-
message: '#^Instantiated class openvpn not found\.$#'
identifier: class.notFound
Expand All @@ -276,12 +252,6 @@ parameters:
count: 1
path: core/class/plugin.class.php

-
message: '#^Static method event\:\:add\(\) invoked with 2 parameters, 0\-1 required\.$#'
identifier: arguments.count
count: 2
path: core/class/scenario.class.php

-
message: '#^Variable \$return might not be defined\.$#'
identifier: variable.undefined
Expand All @@ -294,12 +264,6 @@ parameters:
count: 1
path: core/class/scenarioExpression.class.php

-
message: '#^Static method event\:\:add\(\) invoked with 2 parameters, 0\-1 required\.$#'
identifier: arguments.count
count: 6
path: core/class/scenarioExpression.class.php

-
message: '#^Static method update\:\:getLastAvailableVersion\(\) invoked with 1 parameter, 0 required\.$#'
identifier: arguments.count
Expand Down