Faissal Wahabali
Faissal Wahabali
Hello 👋🏻 In this PR I have updated the deprecated `will($this->returnValue())` to `willReturn()`, and the phpunit config file.
Hello 👋🏻 I had a case where my markdown End Of Line is `\n` so the `ToC` component was not able to split it properly because it's based on `PHP_EOL`...
### What: - [x] Bug Fix - [ ] New Feature ### Description: This PR fixes false result on commented `// declare(strict_types=1);` ### Related: Fixes #1007 ### Credits: Regex by...
Fixes #55
Fixes #56
### Describe the bug Wrong Edit Field position on RTL. ### To Reproduce Steps to reproduce the behavior: 1. Go to https://demo.phpmyadmin.net/QA_5_2/index.php?route=/sql&pos=0&db=mysql&table=help_relation 2. Click on some field to edit. 4....
- Add placeholder to search input
Helloo :wave: In this PR I have fixed the bug on `Str::apa()` that does not capitalise non ASCII characters. ### Code ```php Str::apa('Être écrivain commence par être un lecteur.'); Str::apa("устное...
Fixes https://github.com/pestphp/pest/issues/973