We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab6783 commit 5a1cc7bCopy full SHA for 5a1cc7b
examples/Commands/PolicyCommands.php
@@ -16,7 +16,7 @@ class PolicyCommands extends DrushCommands
16
* Prevent catastrophic braino. Note that this file has to be local to the
17
* machine that initiates the sql:sync command.
18
*
19
- * hook validate sql:sync
+ * @hook validate sql:sync
20
* @throws \Exception
21
*/
22
public function sqlSyncValidate(CommandData $commandData)
@@ -29,7 +29,7 @@ public function sqlSyncValidate(CommandData $commandData)
29
/**
30
* Limit rsync operations to production site.
31
32
- * hook validate core:rsync
+ * @hook validate core:rsync
33
34
public function rsyncValidate(CommandData $commandData)
35
{
0 commit comments