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

Update standard-filters' Disable Casting table #86

Merged

Conversation

sjokkateer
Copy link
Contributor

Currently the table under the Disable Casting header (standard-filters.md) displays casting the string 'false' to true and 'true' to false when using Boolean::TYPE_FALSE_STRING in conjunction with the Boolean::class filter.

This seems to be a small error in the documentation when reviewing BooleanTest::typeTestProvider() and BooleanTest::testTypes(), which this PR resolves.

Signed-off-by: Remy Bos 27890746+sjokkateer@users.noreply.github.com

Q A
Documentation yes
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

@froschdesign froschdesign added Bug Something isn't working Documentation labels Nov 19, 2022
@froschdesign froschdesign added this to the 2.28.1 milestone Nov 19, 2022
@froschdesign froschdesign changed the title [Fix] DOCS: Update standard-filters' Disable Casting table Update standard-filters' Disable Casting table Nov 19, 2022
@froschdesign
Copy link
Member

For a bugfix, please use the branch of the current release: 2.28.x
(This part is also contained in the contributing guidelines.)

@sjokkateer sjokkateer changed the base branch from 2.29.x to 2.28.x November 19, 2022 09:36
Where the table displayed casting the string 'false' to true
and 'true' to false when using `Boolean::TYPE_FALSE_STRING`.

Signed-off-by: Remy Bos <27890746+sjokkateer@users.noreply.github.com>
@sjokkateer sjokkateer force-pushed the improvement/doc-boolean-type-false-string branch from 65f06ac to af24959 Compare November 19, 2022 09:40
@sjokkateer
Copy link
Contributor Author

For a bugfix, please use the branch of the current release: 2.28.x (This part is also contained in the contributing guidelines.)

My apologies, I believe this should suffice?

@Ocramius Ocramius self-assigned this Nov 19, 2022
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@Ocramius Ocramius merged commit 336b757 into laminas:2.28.x Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants