Skip to content

Instantly share code, notes, and snippets.

View mrcodefinger's full-sized avatar
😊

Mr. Codefinger mrcodefinger

😊
View GitHub Profile
@Ocramius
Ocramius / psalm-compendium.php
Last active November 9, 2023 07:27
A small compendium of what is possible with `vimeo/psalm` 3.9.x to add some decent type system features to PHP
<?php
// -- types are a compile-time propagated concept
// https://psalm.dev/r/338f74a96c
class TheType
{
/** @var string */
public $foo = 'bar';
}
@tsabat
tsabat / zsh.md
Last active August 20, 2024 12:47
Getting oh-my-zsh to work in Ubuntu