We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -211,7 +211,7 @@ |
||
| 211 | 211 | |
| 212 | 212 | } |
| 213 | 213 | // session already exists |
| 214 | - if ($basket === NULL) { |
|
| 214 | + if ($basket === null) { |
|
| 215 | 215 | // create new basket in db |
| 216 | 216 | $insertArray['fe_user_id'] = $GLOBALS['TSFE']->loginUser ? $GLOBALS['TSFE']->fe_user->user['uid'] : 0; |
| 217 | 217 | $insertArray['session_id'] = $sessionId; |