Skip to content

Commit

Permalink
phan: Update wpcom stubs (#40475)
Browse files Browse the repository at this point in the history
Co-authored-by: Phabricator Bot <[email protected]>
  • Loading branch information
matticbot and Phabricator Bot authored Dec 5, 2024
1 parent 4323c69 commit 6dfcbf7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .phan/stubs/wpcom-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* `bin/teamcity-builds/jetpack-stubs/stub-defs.php` and regenerate the stubs
* by triggering the Jetpack Staging → Update WPCOM Stubs job in TeamCity.
*
* Stubs automatically generated from WordPress.com commit 77b1b9ea7379869dcf256062fdeba779abcdcefb.
* Stubs automatically generated from WordPress.com commit 27c49bf2f318cd2fb105e5bd9719a910def72a53.
*/

namespace {
Expand Down Expand Up @@ -1422,6 +1422,15 @@ function prompt_without_blocks($prompt_html)
{
}
}
namespace ExPlat {
/**
* @param string $experiment_name
* @return string|null
*/
function assign_current_user(string $experiment_name): ?string
{
}
}
namespace JITM {
class Engine
{
Expand Down

0 comments on commit 6dfcbf7

Please sign in to comment.