Highlights
- Arctic Code Vault Contributor
Pinned
535 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 26 commits in 14 repositories
Created 4 repositories
- vjik/yii-db-migration PHP
- vjik/app-api PHP
- vjik/acf-helper PHP
- vjik/simple-type-caster PHP
Created a pull request in yiisoft/strings that received 4 comments
Add StringHelper::extractLines()
StringHelper::extractLines() split a string to array with non empty lines. Whitespace from the beginning and end of a each line will be stripped b…
+78
−4
•
4
comments
Opened 14 other pull requests in 11 repositories
yiisoft/package-template
2
merged
yiisoft/files
2
merged
yiisoft/csrf
1
open
1
closed
yiisoft/yii-console
1
open
yiisoft/view
1
open
yiisoft/yii-db-migration
1
merged
yiisoft/db-mysql
1
merged
yiisoft/app-api
1
merged
yiisoft/app
1
merged
yiisoft/yii2
1
merged
yiisoft/html
1
merged
Created an issue in vimeo/psalm that received 6 comments
Reset key and value types when convert iterator to array
https://psalm.dev/r/b415b01d3c /** * @psalm-param iterable<array-key, string> $a * @return array */ function myfn(iterable $a): array { return a…
6
comments