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

PHPStan: correct includes/forms/** #67

Open
kraftbj opened this issue Mar 4, 2025 · 0 comments
Open

PHPStan: correct includes/forms/** #67

kraftbj opened this issue Mar 4, 2025 · 0 comments

Comments

@kraftbj
Copy link
Collaborator

kraftbj commented Mar 4, 2025

			message: '#^Access to an undefined property acf_form_customizer\:\:\$preview_errors\.$#'
			identifier: property.notFound
			count: 1
			path: ../includes/forms/form-customizer.php

		-
			message: '#^Access to an undefined property acf_form_customizer\:\:\$preview_fields\.$#'
			identifier: property.notFound
			count: 2
			path: ../includes/forms/form-customizer.php

		-
			message: '#^Access to an undefined property acf_form_customizer\:\:\$preview_values\.$#'
			identifier: property.notFound
			count: 2
			path: ../includes/forms/form-customizer.php

		-
			message: '#^Action callback returns type but should not return anything\.$#'
			identifier: return.void
			count: 1
			path: ../includes/forms/form-nav-menu.php

		-
			message: '#^Method acf_form_nav_menu\:\:wp_nav_menu_item_custom_fields\(\) should return type but return statement is missing\.$#'
			identifier: return.missing
			count: 2
			path: ../includes/forms/form-nav-menu.php

		-
			message: '#^Action callback returns int but should not return anything\.$#'
			identifier: return.void
			count: 1
			path: ../includes/forms/form-post.php

		-
			message: '#^Access to an undefined property acf_form_widget\:\:\$preview_errors\.$#'
			identifier: property.notFound
			count: 1
			path: ../includes/forms/form-widget.php

		-
			message: '#^Access to an undefined property acf_form_widget\:\:\$preview_reference\.$#'
			identifier: property.notFound
			count: 1
			path: ../includes/forms/form-widget.php

		-
			message: '#^Access to an undefined property acf_form_widget\:\:\$preview_values\.$#'
			identifier: property.notFound
			count: 1
			path: ../includes/forms/form-widget.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant