issues Search Results · repo:bazzline/php_component_code_generator language:PHP
Filter by
2 results
(75 ms)2 results
inbazzline/php_component_code_generator (press backspace or delete to remove)instead of:
/**
* @value string $string
* @return string
*/
public function setFoo($string)
it would be cooler to generate:
public function setFoo(string $string): string
stevleibelt
- Opened on Jun 11, 2018
- #2
Take a look at FromPropelSchemaXmlAssemblerTest::testAssembleWithValidAllData(). The Expectation is
My\Tables\One\MyTableOne but should be \My\Tables\One\MyTableOne .
bug
stevleibelt
- 1
- Opened on Dec 19, 2014
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.