Sergei Predvoditelev
Sergei Predvoditelev
Yes. Sorry, I'm wrong.
If add rule for that case, then need add rule for arrays also. And they must be consistent. But I like array/match code without alignment…
PER CS, [2.1 Basic Coding Standard](https://www.php-fig.org/per/coding-style/#21-basic-coding-standard): `Code MUST follow all rules outlined in PSR-1.` PSR-1, [1. Overview](https://www.php-fig.org/psr/psr-1/#1-overview) `Files MUST use only
> It does not explicit say anything about the _case_ of the `
Also it may be useful to use this concept for each collector separately.
Overall, I like the idea. But I have problem with cURL that can save a file immediately to a file, see: https://github.com/vjik/telegram-bot-api/blob/f22eec9d4ae0633c3f45566f5c8a0635a5ccb9d8/src/Transport/CurlTransport.php#L103-L107 Do you have idea how wrap it to...
> > Do you have idea how wrap it to stream? > > As far as I can see, the only workaround with curl is using `php://memory` or `php://temp`. This...
Should there be a difference between class property values and column values from the user's point of view? Isn't that the same thing?
So, there are: - column names - column values - properties (column values + aggregate and other values) right? We can clearly name methods: `getColumnNames()`, `getColumnValues()`, `getProperties()`, ...
> If I want to use `UrlGenerator` to generate the absolute url of the route `site.index` from my example - I will be forced to re-specify the host in the...