Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS: Cannot read properties of null (reading 'parentNode') #100

Open
kkmuffme opened this issue May 29, 2023 · 1 comment
Open

JS: Cannot read properties of null (reading 'parentNode') #100

kkmuffme opened this issue May 29, 2023 · 1 comment

Comments

@kkmuffme
Copy link
Contributor

https://psalm.dev/r/845866d4c7

In:

fix_button.parentNode.removeChild(fix_button);

@psalm-github-bot
Copy link

I found these snippets:

https://psalm.dev/r/845866d4c7
<?php

/**
 * @psalm-type Base = array{hello: string}
 * @psalm-type Extended = string|int
 */
class Foo {

    /**
     * @param Base $arg
     * @return Base&array{num: float|int}
     */
    public function bar( $arg ) {
		$arg['num'] = rand( 0, 100 ) * rand( 0, 100 ) / rand( 0, 100 );
        return $arg;
    }
}
Psalm output (using commit 106b986):

No issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant