diff options
| author | 2025-04-07 14:18:38 -0700 | |
|---|---|---|
| committer | 2025-04-07 14:20:55 -0700 | |
| commit | ceba96db234c773e05e18b6010e54fa7d830dc56 (patch) | |
| tree | 960d4aed86a5c73cd7524591950139f1c309f03f /oni-php/snippets/php-mode/casts | |
| parent | dfea43f00f6bd212d8665bf72c540a76b189314b (diff) | |
| download | emacs-config-ceba96db234c773e05e18b6010e54fa7d830dc56.tar.gz emacs-config-ceba96db234c773e05e18b6010e54fa7d830dc56.zip | |
oni-php: Fix casts snippet
Diffstat (limited to 'oni-php/snippets/php-mode/casts')
| -rw-r--r-- | oni-php/snippets/php-mode/casts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-php/snippets/php-mode/casts b/oni-php/snippets/php-mode/casts index 5a95ecf..2850d72 100644 --- a/oni-php/snippets/php-mode/casts +++ b/oni-php/snippets/php-mode/casts @@ -3,5 +3,5 @@ # key: casts # -- protected $casts = [ - '$1' => $2, + '$1' => $0, ];
\ No newline at end of file |
