Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Slovenian Fakers #363

Merged
merged 7 commits into from
Oct 29, 2014
Merged

Slovenian Fakers #363

merged 7 commits into from
Oct 29, 2014

Conversation

alesf
Copy link

@alesf alesf commented Jul 4, 2014

No description provided.

Aleš Farčnik added 2 commits July 4, 2014 10:30
Slovenian fakers for Address, Internet, Payment, Person and PhoneNumber.
protected static $buildingNumber = array('1##', '##', '##', '##', '##', '#');
// protected static $streetSuffix = array();
protected static $postcode = array('###0');
protected static $streetNameFormats = array(
Copy link
Owner

Choose a reason for hiding this comment

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

this variable shouldn't be named formats, as it's an array of street names, not a formaT.

also, could you add a link to the data source in the code comments?

+ added links to data sources
+ alphabetically sorted cities
+ renamed variables
);

protected static $buildingNumber = array('1##', '##', '##', '##', '##', '#');
// protected static $streetSuffix = array();
Copy link
Owner

Choose a reason for hiding this comment

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

please don't commit commented out code

- removed new lines from comments and variables.
- removed commented lines
- added new line between variables
@ronanguilloux
Copy link
Contributor

Surprisingly, after having git-cloned alesf/Faker (branch master, identical to this PR), running the make sniff test & phpunit commands using PHP 5.5.12 (cli) did not throw any error output: check-style is OK, phpunit tests are OK. This is very different from the Travis-ci outputs, but may explain the PR author silence, despairing for his PR to be accepted ;-)

Any Travis-CI trouble may be involved here ?

Maybe @alesf shall try a new test commit to force Travis-ci to check this PR again ?

Forcing Travis CI to recheck this repo again.
@alesf
Copy link
Author

alesf commented Aug 1, 2014

@ronanguilloux You were right. Travis-CI was apparently acting out. I committed again and now this build passed.

@ronanguilloux
Copy link
Contributor

☺️

* {@link} http://www.stat.si/imena_top_imena_spol.asp?r=True
* {@link} http://www.stat.si/doc/vsebina/05/imena/TOPIMENA_SI.xlsx
*/
protected static $firstNameMale = array(
Copy link
Owner

Choose a reason for hiding this comment

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

Can you please sort this list, as well as all the other lists, in alphabetical order?

Aleš Farčnik added 2 commits October 12, 2014 10:08
- lists in alphabetical order
- fixed phpDoc syntax
- removed a suffix function that returned nothing
- removed functions for male and female titles as they returned same
results
- The closing brace for the class must go on the next line after the
body
fzaninotto added a commit that referenced this pull request Oct 29, 2014
@fzaninotto fzaninotto merged commit 1e06929 into fzaninotto:master Oct 29, 2014
@fzaninotto
Copy link
Owner

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants