{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":624119698,"defaultBranch":"main","name":"coding-standard","ownerLogin":"instapro","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-05T19:35:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/76097816?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1704376888.0","currentOid":""},"activityList":{"items":[{"before":"81bb077b9fda0510b0ec18797995da7289868040","after":"c2c7b36ec79636e2a32847ce83bd42e7553cbad0","ref":"refs/heads/main","pushedAt":"2024-01-04T14:01:02.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Merge pull request #5 from ozanakman/patch-1\n\nEnable the static_lambda rule","shortMessageHtmlLink":"Merge pull request #5 from ozanakman/patch-1"}},{"before":"6b473addffd5ba3aadf6aff4da2360204878351e","after":null,"ref":"refs/heads/no-whitespace","pushedAt":"2024-01-03T13:49:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"}},{"before":"e78276f25f8d52c3fd32fc3372c67a8672f2e22e","after":"81bb077b9fda0510b0ec18797995da7289868040","ref":"refs/heads/main","pushedAt":"2024-01-03T13:48:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Merge pull request #9 from instapro/no-whitespace\n\nEnable no_trailing_whitespace_in_string rule","shortMessageHtmlLink":"Merge pull request #9 from instapro/no-whitespace"}},{"before":null,"after":"6b473addffd5ba3aadf6aff4da2360204878351e","ref":"refs/heads/no-whitespace","pushedAt":"2023-12-22T11:50:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Enable no_trailing_whitespace_in_string rule\n\nRemove trailing whitespace from strings\n\nThis is so that we comply with PSR12\n\n> There MUST NOT be trailing whitespace at the end of lines.","shortMessageHtmlLink":"Enable no_trailing_whitespace_in_string rule"}},{"before":"a772669e49b4c841b32990582461285a61d23038","after":null,"ref":"refs/heads/fix-tests","pushedAt":"2023-12-21T13:36:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"}},{"before":"eb846fee3dbabc5a4f0efcbed84932001cc4d8cb","after":"e78276f25f8d52c3fd32fc3372c67a8672f2e22e","ref":"refs/heads/main","pushedAt":"2023-12-21T13:36:12.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Merge pull request #8 from instapro/fix-tests\n\nFix tests","shortMessageHtmlLink":"Merge pull request #8 from instapro/fix-tests"}},{"before":null,"after":"a772669e49b4c841b32990582461285a61d23038","ref":"refs/heads/fix-tests","pushedAt":"2023-12-21T13:34:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Fix tests\n\nThe diff option expects a bool of true\nrather than a string","shortMessageHtmlLink":"Fix tests"}},{"before":"6906959ef92abcccddda8bfdc31a4ed61ccc2d89","after":null,"ref":"refs/heads/disable-rule","pushedAt":"2023-06-05T13:21:22.551Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"thijsBreker","name":"Thijs Reijgersberg","path":"/thijsBreker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5063394?s=80&v=4"}},{"before":"f6f1f15be1450d687c578a5712b846770f7b2a4a","after":"eb846fee3dbabc5a4f0efcbed84932001cc4d8cb","ref":"refs/heads/main","pushedAt":"2023-06-05T13:21:17.246Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"thijsBreker","name":"Thijs Reijgersberg","path":"/thijsBreker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5063394?s=80&v=4"},"commit":{"message":"Merge pull request #4 from instapro/disable-rule\n\nDisable the nullable type rule","shortMessageHtmlLink":"Merge pull request #4 from instapro/disable-rule"}},{"before":"f62052a49da4efe63ac1ee3b93289f0687d44400","after":"6906959ef92abcccddda8bfdc31a4ed61ccc2d89","ref":"refs/heads/disable-rule","pushedAt":"2023-06-05T12:25:21.137Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thijsBreker","name":"Thijs Reijgersberg","path":"/thijsBreker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5063394?s=80&v=4"},"commit":{"message":"Disable the nullable type rule\n\nWith this rule enabled, this:\n```php\npublic function example(\n ?string $string = null,\n) {}\n```\n\nTurns into this:\n```php\npublic function example(\n string $string = null,\n) {}\n```\n\nWhich is not something we want.","shortMessageHtmlLink":"Disable the nullable type rule"}},{"before":null,"after":"f62052a49da4efe63ac1ee3b93289f0687d44400","ref":"refs/heads/disable-rule","pushedAt":"2023-06-05T10:27:12.568Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"thijsBreker","name":"Thijs Reijgersberg","path":"/thijsBreker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5063394?s=80&v=4"},"commit":{"message":"Disable the nullable type rule\n\nWith this rule enabled, this:\n```php\npublic function __construct(\n private readonly ?string = null,\n) {}\n```\n\nTurns into this:\n```php\npublic function __construct(\n private readonly string = null,\n) {}\n```\n\nWhich is not something we want.","shortMessageHtmlLink":"Disable the nullable type rule"}},{"before":"ea277093ecf86b03a6bc9a00954bc99596d824dd","after":null,"ref":"refs/heads/test-on-lowest","pushedAt":"2023-04-06T10:07:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"}},{"before":"964fd12ba7f2399e07205df8238889a3fd67a03e","after":"f6f1f15be1450d687c578a5712b846770f7b2a4a","ref":"refs/heads/main","pushedAt":"2023-04-06T10:07:44.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Merge pull request #3 from instapro/test-on-lowest\n\nTest with lowest requirements","shortMessageHtmlLink":"Merge pull request #3 from instapro/test-on-lowest"}},{"before":"1f4a05a25349db043990470d03b16d9bffea6cac","after":null,"ref":"refs/heads/update-name-of-test","pushedAt":"2023-04-06T10:07:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"}},{"before":"79f3c3666773e4f1c33afdbd626659f4aec2514b","after":"964fd12ba7f2399e07205df8238889a3fd67a03e","ref":"refs/heads/main","pushedAt":"2023-04-06T10:07:30.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Merge pull request #2 from instapro/update-name-of-test\n\nUpdate name of test so that test runs","shortMessageHtmlLink":"Merge pull request #2 from instapro/update-name-of-test"}},{"before":"4b1d878efadf271c9ef04908df74e07686a50cfd","after":"ea277093ecf86b03a6bc9a00954bc99596d824dd","ref":"refs/heads/test-on-lowest","pushedAt":"2023-04-06T09:54:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Test with lowest requirements\n\nThis makes sure that we do truly support all the versions we say\nwe do","shortMessageHtmlLink":"Test with lowest requirements"}},{"before":null,"after":"4b1d878efadf271c9ef04908df74e07686a50cfd","ref":"refs/heads/test-on-lowest","pushedAt":"2023-04-06T09:49:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Test with lowest requirements\n\nThis makes sure that we do truly support all the versions we say\nwe do","shortMessageHtmlLink":"Test with lowest requirements"}},{"before":"c3371e40649be9921044a1507e8b1aa7804834da","after":null,"ref":"refs/heads/update-test","pushedAt":"2023-04-06T09:42:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"}},{"before":null,"after":"1f4a05a25349db043990470d03b16d9bffea6cac","ref":"refs/heads/update-name-of-test","pushedAt":"2023-04-06T09:41:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Update name of test so that test runs","shortMessageHtmlLink":"Update name of test so that test runs"}},{"before":null,"after":"c3371e40649be9921044a1507e8b1aa7804834da","ref":"refs/heads/update-test","pushedAt":"2023-04-06T09:37:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Update name so that test runs","shortMessageHtmlLink":"Update name so that test runs"}},{"before":"510c729d243f3053e2fa01f2288449e8a65c3e7d","after":null,"ref":"refs/heads/readme","pushedAt":"2023-04-06T09:32:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"}},{"before":"f188a3e3f1469dece5cd9e43a9b1c881dacd8f66","after":"79f3c3666773e4f1c33afdbd626659f4aec2514b","ref":"refs/heads/main","pushedAt":"2023-04-06T09:31:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}},{"before":null,"after":"510c729d243f3053e2fa01f2288449e8a65c3e7d","ref":"refs/heads/readme","pushedAt":"2023-04-06T09:02:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"maxbaldanza","name":"Max Baldanza","path":"/maxbaldanza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2786820?s=80&v=4"},"commit":{"message":"Make readme a little clearer","shortMessageHtmlLink":"Make readme a little clearer"}},{"before":"64a485fa9d406fd57299316a5cda976e9a26da87","after":"f188a3e3f1469dece5cd9e43a9b1c881dacd8f66","ref":"refs/heads/main","pushedAt":"2023-04-06T07:08:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}},{"before":"0b62f15b2ed7766cc4b65d14c151bb2bf48a1405","after":"64a485fa9d406fd57299316a5cda976e9a26da87","ref":"refs/heads/main","pushedAt":"2023-04-06T06:49:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}},{"before":"baa267c2fcdc09fd07993b355c1adc954ec5883b","after":"0b62f15b2ed7766cc4b65d14c151bb2bf48a1405","ref":"refs/heads/main","pushedAt":"2023-04-05T20:56:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}},{"before":"3264fe94a2cc879da7b796911480874ca7af462b","after":"baa267c2fcdc09fd07993b355c1adc954ec5883b","ref":"refs/heads/main","pushedAt":"2023-04-05T20:54:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}},{"before":"7450c0f2969045a3dd2d2ac30234a6321133653a","after":"3264fe94a2cc879da7b796911480874ca7af462b","ref":"refs/heads/main","pushedAt":"2023-04-05T20:52:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}},{"before":"b71ad4411bf7056f7b798df2854dde9a4a767b72","after":"7450c0f2969045a3dd2d2ac30234a6321133653a","ref":"refs/heads/main","pushedAt":"2023-04-05T20:47:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}},{"before":"553d0cfb366f6f33684c23614e0cfef9cc8ebc29","after":"b71ad4411bf7056f7b798df2854dde9a4a767b72","ref":"refs/heads/main","pushedAt":"2023-04-05T20:39:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"henriquemoody","name":"Henrique Moody","path":"/henriquemoody","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/154023?s=80&v=4"},"commit":{"message":"Migrate from private GitLab to public GitHub\n\nThat way, we can use this package from Packagist in all our projects\nwithout configuring GitLab. Engineers that got used to this coding\nstandard could also use it in their personal projects if they want.\n\nThat also implies that we would change the license. MIT is the most used\nlicense on open-source projects and should work well for this library.\n\nSigned-off-by: Henrique Moody ","shortMessageHtmlLink":"Migrate from private GitLab to public GitHub"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD1752GAA","startCursor":null,"endCursor":null}},"title":"Activity ยท instapro/coding-standard"}