Skip to content

Instantly share code, notes, and snippets.

Avatar

Christophe Avonture cavo789

View GitHub Profile
@cavo789
cavo789 / php_docblocks.md
Last active February 10, 2023 06:26
PHP - Docblocks
View php_docblocks.md

PHP - Dockblocks

Array

Below how to describe an associative array having a key and an array with code, short and long keys. Compatible phan / phpstan

/**
 * @param array{int,array{code:string,short:string,long:string}} $data
@cavo789
cavo789 / restart_wsl.md
Created January 27, 2023 06:46
Restart WSL using the console
View restart_wsl.md

Shutdown all instances (this will kill the vmmem.exe task) then just run wsl to restart.

wsl --shutdown
wsl
@cavo789
cavo789 / winget.md
Last active March 2, 2023 19:27
Upgrade all out of date programs on Windows 10 with Winget
View winget.md

Windows Packet Manager

https://winget.run/

Upgrade all out of date programs on Windows 10 with Winget:

winget upgrade --all --silent