PluginProbe
WPIDE – File Manager & Code Editor / 3.5.9
WPIDE – File Manager & Code Editor v3.5.9
3.5.9 3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 All 55 releases
← All changes | vendor/symfony/mime/Header/ParameterizedHeader.php +1 -1 3.23.5.9 View file →
@@ -84,9 +84,9 @@
84 84 *
85 85 * This doesn't need to be overridden in theory, but it is for implementation
86 86 * reasons to prevent potential breakage of attributes.
87 87 */
88 - protected function toTokens(string $string = null): array
88 + protected function toTokens(?string $string = null): array
89 89 {
90 90 $tokens = parent::toTokens(parent::getBodyAsString());
91 91
92 92 // Try creating any parameters