Skip to content

Commit 9110b6a

Browse files
committed
docs(contributors): Update contributor profiles and files
- Replace 'README-EN.md' with 'README-zh_CN.md' in contributors configuration. - Update Kamly's profile link to GitHub. - Update Leslie Lau's profile link to GitHub. These changes improve the accuracy of contributor references and enhance the multilingual support in the project.
1 parent 7da5707 commit 9110b6a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.all-contributorsrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": [
33
"README.md",
4-
"README-EN.md"
4+
"README-zh_CN.md"
55
],
66
"imageSize": 100,
77
"commit": false,
@@ -10,7 +10,7 @@
1010
"login": "kamly",
1111
"name": "kamly",
1212
"avatar_url": "https://avatars2.githubusercontent.com/u/15706085?v=4",
13-
"profile": "http://blog.charmingkamly.cn",
13+
"profile": "https://github.com/kamly",
1414
"contributions": [
1515
"bug"
1616
]
@@ -19,7 +19,7 @@
1919
"login": "leslieeilsel",
2020
"name": "Leslie Lau",
2121
"avatar_url": "https://avatars1.githubusercontent.com/u/25165449?v=4",
22-
"profile": "http://leslieeilsel.com/",
22+
"profile": "https://github.com/leslieeilsel",
2323
"contributions": [
2424
"bug"
2525
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
545545
<!-- markdownlint-disable -->
546546
<table>
547547
<tr>
548-
<td align="center"><a href="http://blog.charmingkamly.cn"><img src="https://avatars2.githubusercontent.com/u/15706085?v=4?s=100" width="100px;" alt=""/><br /><sub><b>kamly</b></sub></a><br /><a href="https://github.com/guanguans/soar-php/issues?q=author%3Akamly" title="Bug reports">🐛</a></td>
549-
<td align="center"><a href="http://leslieeilsel.com/"><img src="https://avatars1.githubusercontent.com/u/25165449?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Leslie Lau</b></sub></a><br /><a href="https://github.com/guanguans/soar-php/issues?q=author%3Aleslieeilsel" title="Bug reports">🐛</a></td>
548+
<td align="center"><a href="https://github.com/kamly"><img src="https://avatars2.githubusercontent.com/u/15706085?v=4?s=100" width="100px;" alt=""/><br /><sub><b>kamly</b></sub></a><br /><a href="https://github.com/guanguans/soar-php/issues?q=author%3Akamly" title="Bug reports">🐛</a></td>
549+
<td align="center"><a href="https://github.com/leslieeilsel"><img src="https://avatars1.githubusercontent.com/u/25165449?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Leslie Lau</b></sub></a><br /><a href="https://github.com/guanguans/soar-php/issues?q=author%3Aleslieeilsel" title="Bug reports">🐛</a></td>
550550
<td align="center"><a href="https://github.com/huangdijia"><img src="https://avatars1.githubusercontent.com/u/8337659?v=4?s=100" width="100px;" alt=""/><br /><sub><b>D.J.Hwang</b></sub></a><br /><a href="#ideas-huangdijia" title="Ideas, Planning, & Feedback">🤔</a></td>
551551
<td align="center"><a href="https://github.com/zhonghaibin"><img src="https://avatars.githubusercontent.com/u/22255693?v=4?s=100" width="100px;" alt=""/><br /><sub><b>海彬</b></sub></a><br /><a href="https://github.com/guanguans/soar-php/issues?q=author%3Azhonghaibin" title="Bug reports">🐛</a></td>
552552
<td align="center"><a href="https://github.com/Aexus"><img src="https://avatars.githubusercontent.com/u/3403478?v=4?s=100" width="100px;" alt=""/><br /><sub><b>imcm</b></sub></a><br /><a href="#ideas-Aexus" title="Ideas, Planning, & Feedback">🤔</a></td>

benchmarks/SoarBench.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
/** @noinspection PhpUnhandledExceptionInspection */
43
/** @noinspection PhpUnused */
54
/** @noinspection SqlResolve */
65

0 commit comments

Comments
 (0)