diff options
| author | 2026-03-10 09:09:07 -0700 | |
|---|---|---|
| committer | 2026-03-10 09:09:07 -0700 | |
| commit | 8b9bac4a543cccd6f33274047a9c366eb5b74757 (patch) | |
| tree | 6497b00558c17b715ef2f24be3b4b9007dc0a1ca /oni-php/snippets/php-mode/factory | |
| parent | b855e39da6eabde4ff072dea666f97d587caad1a (diff) | |
| download | emacs-config-8b9bac4a543cccd6f33274047a9c366eb5b74757.tar.gz emacs-config-8b9bac4a543cccd6f33274047a9c366eb5b74757.zip | |
oni-php: Add some snippets
Diffstat (limited to 'oni-php/snippets/php-mode/factory')
| -rw-r--r-- | oni-php/snippets/php-mode/factory | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/factory b/oni-php/snippets/php-mode/factory new file mode 100644 index 0000000..534f227 --- /dev/null +++ b/oni-php/snippets/php-mode/factory @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: factory +# key: f +# condition: (and (oni-php-in-test-file) (oni-php-in-static-call-context-p)) +# -- +factory()->create([$0]);
\ No newline at end of file |
