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

Paid plugins #3040

Open
wants to merge 25 commits into
base: development
Choose a base branch
from

Merge pull request #3231 from ladybirdweb/analysis-g6GAA6

86941bd
Select commit
Loading
Failed to load commit list.
Open

Paid plugins #3040

Merge pull request #3231 from ladybirdweb/analysis-g6GAA6
86941bd
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 3, 2025 in 0s

62 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 5
- Added 62
           

Complexity increasing per file
==============================
- app/Model/Configure/PluginCompatibleWithProducts.php  1
- app/Model/Configure/ConfigOptionValue.php  1
- app/Model/Configure/ProductPluginGroup.php  1
- app/Model/Configure/ConfigGroup.php  1
- app/Model/Configure/ConfigOption.php  1
         

See the complete overview on Codacy

Annotations

Check notice on line 674 in app/Http/Controllers/HomeController.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Http/Controllers/HomeController.php#L674

Avoid using static access to class '\App\ApiKey' in method 'getDetailsForAClient'.

Check notice on line 8 in app/Model/Configure/ConfigGroup.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Configure/ConfigGroup.php#L8

Missing doc comment for class ConfigGroup

Check notice on line 17 in app/Model/Configure/ConfigGroup.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Configure/ConfigGroup.php#L17

You must use "/**" style comments for a function comment

Check notice on line 25 in app/Model/Configure/ConfigOption.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Configure/ConfigOption.php#L25

You must use "/**" style comments for a function comment

Check notice on line 2 in app/Model/Configure/PluginCompatibleWithProducts.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Configure/PluginCompatibleWithProducts.php#L2

Missing file doc comment

Check notice on line 24 in app/Model/Configure/PluginCompatibleWithProducts.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Configure/PluginCompatibleWithProducts.php#L24

You must use "/**" style comments for a function comment

Check notice on line 24 in app/Model/Configure/ProductPluginGroup.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Configure/ProductPluginGroup.php#L24

You must use "/**" style comments for a function comment

Check notice on line 72 in app/Model/Payment/Plan.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Payment/Plan.php#L72

Missing doc comment for function configOptions()

Check notice on line 21 in app/Model/Product/Product.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Product/Product.php#L21

Line exceeds 85 characters; contains 118 characters

Check notice on line 26 in app/Model/Product/Product.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Product/Product.php#L26

Line exceeds 85 characters; contains 131 characters

Check notice on line 147 in app/Model/Product/Product.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Product/Product.php#L147

You must use "/**" style comments for a function comment

Check notice on line 153 in app/Model/Product/Product.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Product/Product.php#L153

You must use "/**" style comments for a function comment

Check notice on line 158 in app/Model/Product/Product.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Product/Product.php#L158

Missing doc comment for function configOptions()

Check notice on line 163 in app/Model/Product/Product.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Product/Product.php#L163

Missing doc comment for function productCompWith()

Check notice on line 169 in app/Model/Product/Product.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/Model/Product/Product.php#L169

You must use "/**" style comments for a function comment

Check notice on line 2 in database/migrations/2024_07_24_050427_create_config_group_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_050427_create_config_group_table.php#L2

Missing file doc comment

Check notice on line 19 in database/migrations/2024_07_24_050427_create_config_group_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_050427_create_config_group_table.php#L19

Closing parenthesis of a multi-line function call must be on a line by itself

Check notice on line 27 in database/migrations/2024_07_24_050435_create_config_option_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_050435_create_config_option_table.php#L27

Closing parenthesis of a multi-line function call must be on a line by itself

Check notice on line 2 in database/migrations/2024_07_24_050450_create_config_option_values_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_050450_create_config_option_values_table.php#L2

Missing file doc comment

Check notice on line 22 in database/migrations/2024_07_24_050450_create_config_option_values_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_050450_create_config_option_values_table.php#L22

Closing parenthesis of a multi-line function call must be on a line by itself

Check notice on line 19 in database/migrations/2024_07_24_050527_create_product_plugin_group_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_050527_create_product_plugin_group_table.php#L19

Line exceeds 85 characters; contains 97 characters

Check notice on line 20 in database/migrations/2024_07_24_050527_create_product_plugin_group_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_050527_create_product_plugin_group_table.php#L20

Line exceeds 85 characters; contains 96 characters

Check notice on line 11 in database/migrations/2024_07_24_060558_add_product_type_to_products_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_060558_add_product_type_to_products_table.php#L11

Missing @return tag in function comment

Check notice on line 18 in database/migrations/2024_07_24_060558_add_product_type_to_products_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_24_060558_add_product_type_to_products_table.php#L18

Closing parenthesis of a multi-line function call must be on a line by itself

Check notice on line 22 in database/migrations/2024_07_31_054820_create_plugin_compatible_with_products_table.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

database/migrations/2024_07_31_054820_create_plugin_compatible_with_products_table.php#L22

Closing parenthesis of a multi-line function call must be on a line by itself