Git Product home page Git Product logo

psalm-issue-method-exists's Introduction

psalm-issue-method-exists

  1. composer install # version 3.14.2
  2. vendor/bin/psalm test.php
ERROR: UndefinedMethod - test.php:15:24 - Method Test\MagicClass::my_mistyped_undefined_magic_method does not exist (see https://psalm.dev/022)
print (string)$object->my_mistyped_undefined_magic_method() . PHP_EOL;

------------------------------
1 errors found
------------------------------
  1. composer require vimeo/psalm dev-master#9935f64 # or 3.15
  2. vendor/bin/psalm test.php
ERROR: UndefinedMethod - test.php:13:16 - Method Test\MagicClass::my_magic_method does not exist (see https://psalm.dev/022)
print $object->my_magic_method() . PHP_EOL;

ERROR: UndefinedMethod - test.php:15:24 - Method Test\MagicClass::my_mistyped_undefined_magic_method does not exist (see https://psalm.dev/022)
print (string)$object->my_mistyped_undefined_magic_method() . PHP_EOL;

------------------------------
2 errors found
------------------------------

psalm-issue-method-exists's People

Contributors

mpesari avatar daeroni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.