1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-17 22:28:55 +01:00

15 Commits

Author SHA1 Message Date
bateller
94a6f48760 Put XML opening tag in php echo statement
<?xml conflicts with PHP. Put <?xml in PHP echo statement so it compiles correctly.
2014-01-28 04:04:38 -05:00
Mark van der Velden
2a8258728b Removed all requires and added the autoload definition to composer. 2013-05-18 16:53:58 +02:00
Francois Zaninotto
7c26827802 Code cleanup
PAssed php-cs-fixer, fixed commas
2012-12-10 16:03:57 +01:00
toin0u
6bfc1a4e3b Cleaned: whitespaces 2012-11-10 12:31:37 +01:00
Francois Zaninotto
cab6806cce Explicit the use of the boolean() provider to vary the type of data generated 2011-10-30 13:26:51 +01:00
Francois Zaninotto
c852326dbd fix the autoloader 2011-10-25 22:49:57 +02:00
yohang
65cad9868b Reverted require statements in standalone scripts 2011-10-25 16:57:44 +02:00
yohang
add655eca7 Removed require statements 2011-10-25 16:12:09 +02:00
Francois Zaninotto
d971e45ad7 Change directory structure to comply with PSR-0.
Refs #7.
2011-10-17 14:26:36 +02:00
Francois Zaninotto
06f934bd0a Update example to the latest text() capabilities 2011-10-16 23:06:54 +02:00
Francois Zaninotto
278660f004 Introducing Internet provider.
Closes #1.
2011-10-15 21:56:49 +02:00
Francois Zaninotto
264d755644 add a documentor class to introspect generator capabilities 2011-10-15 14:02:17 +02:00
Francois Zaninotto
0e485bb1c5 move basic randomizer methods to BaseProvider 2011-10-15 13:21:13 +02:00
Francois Zaninotto
aa6f9386d9 Improved first contact with the library 2011-10-15 01:11:42 +02:00
Francois Zaninotto
1de1d8a39f first commit 2011-10-15 00:49:26 +02:00