The basic idea is: The sequence `$var ?? 'default'` either uses the value from the variable (or array element) if available, or falls back to the default value. The resulting value is then used in the if() condition. if ( $var ?? true ) means the variable should default to true, if not set. This is mostly a style change. In ApiEditPage the $params are impossible to not be set. Change-Id: Id67b81744fa21fe22a2d2377259e426aab67c479 |
||
|---|---|---|
| .. | ||
| exception | ||
| fileiteration | ||
| filejournal | ||
| fileop | ||
| fileophandle | ||
| fsfile | ||
| FileBackend.php | ||
| FileBackendMultiWrite.php | ||
| FileBackendStore.php | ||
| FileOpBatch.php | ||
| FSFileBackend.php | ||
| HTTPFileStreamer.php | ||
| MemoryFileBackend.php | ||
| SwiftFileBackend.php | ||