From 13482700b4cfbda7c5c0c63d61a536c5c2b4360f Mon Sep 17 00:00:00 2001 From: Alexander Prokhorov Date: Mon, 11 Jan 2016 15:32:40 +0300 Subject: [PATCH] Updated ReadMe: removed crappy example, removed suggestion to vote for external bugs, updated copyright dates. --- license.md | 2 +- readme.md | 47 +---------------------------------------------- 2 files changed, 2 insertions(+), 47 deletions(-) diff --git a/license.md b/license.md index ca6d176..06a8a01 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ **Simplified BSD License** -Copyright © 2012–2014, Alexander Prokhorov +Copyright © 2012–2016, Alexander Prokhorov All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/readme.md b/readme.md index 9336d98..ef1d520 100644 --- a/readme.md +++ b/readme.md @@ -146,32 +146,6 @@ Array ( ) ``` -*Convert to HTML:* - -```php -$result->writeLine(function ($cat) { - return - "

{$cat['name']}:\n" . - $cat['products']->toString(', ', function ($prod) { - return "{$prod['name']} ({$prod['quantity']})"; - }) . - "

"; -}); -``` - -*Output (reformatted):* - -```html -

Hardware: -Keyboard (10), Motherboard (11), -Joystick (15), CPU (15), -Mouse (20)

- -

Operating systems: -Windows (666), Mac (666), -Linux (666)

-``` - Requirements ============ @@ -202,31 +176,12 @@ Enumerable::from(array(1, 2, 3)); from(array(1, 2, 3)); ``` -IMPORTANT! Please vote for these bugs! -====================================== - -If you want to make using the library more pleasurable, you are welcome to vote for the following bugs and features to get them noticed and fixed. - -PhpStorm IDE ------------- - -You need to register in order to vote and comment. - -1. PHP code inside strings - - [WI-3477](http://youtrack.jetbrains.com/issue/WI-3477) (Inject PHP language inside assert('literal'), eval and similar) - -PHP ---- - -1. Unfortunately, a feature request for simpler Closure syntax was rejected, so you can't vote for it. :-( - License ======= **Simplified BSD License** -Copyright © 2012–2014, Alexander Prokhorov +Copyright © 2012–2016, Alexander Prokhorov All rights reserved. Redistribution and use in source and binary forms, with or without