Use strict comparison

Created on 24 May 2019, over 5 years ago
Updated 8 November 2023, about 1 year ago

Strict comparison should be used

Exemple :
if ($response->getStatus() === '200') {
instead of
if ($response->getStatus() == '200') {

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇫🇷France goz

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024