Hossein Hosni

Results 10 issues of Hossein Hosni

In this PR, I added leading `\` before PHP's native `json_decode` and `json_encode` functions invocation to fix and speed up resolving.

I faced this error in my `error_logs` file, this is because in some environments PHP works strictly. So, I suggest strict usage of PHP's functions, for ex: ``` json_decode(...); to:...

| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix...

Status: Needs Review

Hello, in the https://github.com/php-actions/phpstan/pull/21 there is a breaking change! Many projects use the standalone version of PHPstan without using Composer. But with changes that were made in https://github.com/php-actions/phpstan/pull/21 the default...

Hi Siavash, I’m really enjoying using the Laravel Query Enrich package! It's been a great help in simplifying database queries in my project. I have a small feature request that...

### What happened? When using a dynamic array key inside a FormRequest’s rules() method, Scramble does not include the PHPDoc description written above it. It works perfectly with static keys...

bug

Hi Siavash, I also wanted to suggest a few things to make development easier. Right now I can’t run tests locally because there’s no Docker setup for it. Also, style...

There is a deprecation error that complains about a creation a property which is not exists on the class: `[2025-09-24 10:07:59] production.WARNING: Creation of dynamic property misterspelik\LaravelPdf\Pdf::$mpdf is deprecated in...

Hi Thanks for maintaining this great project! I'd like to request a new feature for the Telegram notifier: support for using a proxy (such as SOCKS5 or HTTP). This is...