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/fields/** #66

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

PHPStan: correct includes/fields/** #66

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_field_checkbox\:\:\$_values\.$#'
			identifier: property.notFound
			count: 3
			path: ../includes/fields/class-acf-field-checkbox.php

		-
			message: '#^Access to an undefined property acf_field_clone\:\:\$cloning\.$#'
			identifier: property.notFound
			count: 2
			path: ../includes/fields/class-acf-field-clone.php

		-
			message: '#^Access to an undefined property acf_field_clone\:\:\$have_rows\.$#'
			identifier: property.notFound
			count: 1
			path: ../includes/fields/class-acf-field-clone.php

		-
			message: '#^Offset ''thumb'' on array\{alt\: string, author\: string, authorName\: string, caption\: string, compat\: array, context\: string, date\: int, dateFormatted\: string, \.\.\.\}\|null in isset\(\) does not exist\.$#'
			identifier: isset.offset
			count: 1
			path: ../includes/fields/class-acf-field-gallery.php

		-
			message: '#^Access to an undefined property acf_field_google_map\:\:\$default_values\.$#'
			identifier: property.notFound
			count: 6
			path: ../includes/fields/class-acf-field-google-map.php

		-
			message: '#^Access to an undefined property acf_field__group\:\:\$have_rows\.$#'
			identifier: property.notFound
			count: 1
			path: ../includes/fields/class-acf-field-group.php

		-
			message: '#^Access to an undefined property acf_field_oembed\:\:\$height\.$#'
			identifier: property.notFound
			count: 3
			path: ../includes/fields/class-acf-field-oembed.php

		-
			message: '#^Access to an undefined property acf_field_oembed\:\:\$width\.$#'
			identifier: property.notFound
			count: 3
			path: ../includes/fields/class-acf-field-oembed.php

		-
			message: '#^Action callback returns void\|WP_Error but should not return anything\.$#'
			identifier: return.void
			count: 1
			path: ../includes/fields/class-acf-field-repeater.php

		-
			message: '#^Class acf_field referenced with incorrect case\: ACF_Field\.$#'
			identifier: class.nameCase
			count: 1
			path: ../includes/fields/class-acf-field-user.php

		-
			message: '#^Expected 4 @param tags, found 3\.$#'
			identifier: paramTag.count
			count: 1
			path: ../includes/fields/class-acf-field-user.php

		-
			message: '#^One or more @param tags has an invalid name or invalid syntax\.$#'
			identifier: phpDoc.parseError
			count: 1
			path: ../includes/fields/class-acf-field-user.php

		-
			message: '#^Path in require\(\) "\./wp\-admin/includes/media\.php" is not a file or it does not exist\.$#'
			identifier: require.fileNotFound
			count: 1
			path: ../includes/fields/class-acf-field-wysiwyg.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