Use strict comparison

Created on 24 May 2019, about 5 years ago
Updated 8 November 2023, 8 months 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.69.0 2024