8000 [POC] Add PHP 7.1 typehints + remove unused doc for @param and @return, by TomasVotruba · Pull Request #24930 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[POC] Add PHP 7.1 typehints + remove unused doc for @param and @return, #24930

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

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
fit glitches
  • Loading branch information
TomasVotruba committed Nov 12, 2017
commit a7286915ab8fa89aa2ebf14373e0c971b40b1e31
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public function __construct(A $a, $foo = 'default_val', Lille $lille)
}
}

/*
* Classes used for testing createResourceForClass
*/
class ClassForResource
Expand Down
3 changes: 2 additions & 1 deletion src/Symfony/Component/Form/Tests/CompoundFormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ public function testMapFormsToDataIsNotInvokedIfInheritData()
));
}

* https://github.com/symfony/symfony/issues/4480
/*
* https://github.com/symfony/symfony/issues/4480
*/
public function testSubmitRestoresViewDataIfCompoundAndEmpty()
{
Expand Down
0