Recent Updates from Vimeo

  • Uncovering PHP bugs with @template

    Jan 30, 2019

    This guide discusses functionality available in two PHP static analysis tools: Psalm (from Vimeo), and Phan. PHPStan has plans to support templated types in an upcoming version.At a former job I wrote a load of C# code, and I really enjoyed playing around with generic classes. You could write code like…class…

  • Announcing Psalm v3

    Jan 3, 2019

    With apologies to RubensTL;DR: Psalm is a PHP static analysis tool that’s designed to improve large codebases by identifying both obvious and hard-to-spot bugs through the inference of types. The new update makes Psalm faster, brings a new Composer-based plugin framework, and adds baseline generation,…