Fix phpstan error level 0 part2 #1577

Merged
MrPetovan merged 14 commits from fix-phpstan-error-level-0-part2 into develop 2024-12-01 03:20:20 +01:00
Showing only changes of commit 9117626c6a - Show all commits

View file

@ -9,6 +9,8 @@ use Friendica\Core\System;
class Diasphp {
private $cookiejar;
private $token_regex;
private $pod;
function __construct($pod) {
$this->token_regex = '/content="(.*?)" name="csrf-token/';