Ping-yee

Results 36 comments of Ping-yee

@iRedds @kenjis I have been changed declaration of methods to follow PSR-12 and added the comment out of `$originalField` parameter. @MGatner I agree with your thoughts that the methods have...

@kenjis Is this normal? or I do the wrong thing when I rebase my branch... If I do the wrong thing, please tell me how can I fix it :(

@kenjis I use sourcetree to manage my git flow. I syncing my repository first, and run rebase onto devlop branch. After I resolve the conflicts, run rebase onto devlop branch...

> I syncing your repository first, and run rebase onto devlop branch. @kenjis I say the wrong word. Not `your repository`, `my repository` is right word. Thanks for your help...

Would it be that I don't syncing my repo before I commit my change? I'll try to fix the git flow later.

I think my git flow is too mess to fixed, so I decide to re-open the PR. Thanks for your help and teach again! @kenjis

Does this issue has been solved at current develop branch? Because I can't reproduce the output by using the same `Steps to Reproduce` code. ![image](https://user-images.githubusercontent.com/65348108/186954242-b702ddb2-a664-4bd5-9f2e-0dbc96f01740.png) This is the output what...

I have a question is how URL with .php work normally. Is it parsing the file and show if that file exist in `public` folder?

Oh, I got it. I found that the problem can be solved by adding this line `$_SERVER['SCRIPT_NAME'] = '/index.php';` at `system/Commands/Server/rewrite.php` as @iRedds says. But I'm not sure that getting...