covert to MR
3 open threads
Closes #3029729
Merge request reports
Activity
added 99 commits
-
006b063c...fa5921b6 - 97 commits from branch
project:11.x
- f8641f6b - covert to MR
- 0319140d - update @param
-
006b063c...fa5921b6 - 97 commits from branch
added 601 commits
-
0319140d...c6bc6ebf - 598 commits from branch
project:11.x
- e7ed8060 - covert to MR
- fc1868ad - update @param
- 98fc3487 - use 2 step process
Toggle commit list-
0319140d...c6bc6ebf - 598 commits from branch
added 98 commits
-
d6e9224d...de85d081 - 94 commits from branch
project:11.x
- d432acd3 - covert to MR
- 4051cf4e - update @param
- d094f394 - use 2 step process
- 9e46e93a - fix links
Toggle commit list-
d6e9224d...de85d081 - 94 commits from branch
40 40 * 41 41 * Each tag to check should be supplied as a separate argument. 42 42 * 43 * @todo Restore PHPDoc of variadic argument in Drupal 8.8, see 44 * https://www.drupal.org/project/drupal/issues/3029729 43 * phpcs:ignore 44 * @param string ...$tags 50 * 51 * @todo Remove PHPCS ignore and uncomment new method parameters before 52 * drupal:12.0.0. See https://www.drupal.org/project/drupal/issues/3501046. 49 53 */ 50 public function hasAllTags(); 54 public function hasAllTags(/* string ...$tags*/); 51 55 52 56 /** 53 57 * Determines if a given query has any specified tag. 54 58 * 55 59 * Each tag to check should be supplied as a separate argument. 56 60 * 57 * @todo Restore PHPDoc of variadic argument in Drupal 8.8, see 58 * https://www.drupal.org/project/drupal/issues/3029729 61 * phpcs:ignore 62 * @param string ...$tags added 197 commits
-
9e46e93a...8b5a3ff1 - 193 commits from branch
project:11.x
- 30598653 - covert to MR
- d8df19ef - update @param
- f7e29a39 - use 2 step process
- 683b5eba - fix links
Toggle commit list-
9e46e93a...8b5a3ff1 - 193 commits from branch
added 88 commits
-
683b5eba...bd70656b - 84 commits from branch
project:11.x
- adbe678f - covert to MR
- f1b501ee - update @param
- b5b1c462 - use 2 step process
- 8f46aabe - fix links
Toggle commit list-
683b5eba...bd70656b - 84 commits from branch
32 32 # Symfony 7.2 33 33 %Since symfony/http-foundation 7.2: NativeSessionStorage's "sid_length" option is deprecated and will be ignored in Symfony 8.0.% 34 34 %Since symfony/http-foundation 7.2: NativeSessionStorage's "sid_bits_per_character" option is deprecated and will be ignored in Symfony 8.0.% 35 36 # PHPUnit 12.
Please register or sign in to reply