Mercurial > hg > cmmr2012-drupal-site
annotate vendor/consolidation/site-process/src/Util/ShellOperatorInterface.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@5 | 1 <?php |
Chris@5 | 2 namespace Consolidation\SiteProcess\Util; |
Chris@5 | 3 |
Chris@5 | 4 /** |
Chris@5 | 5 * ShellOperatorInterface is a marker interface indicating that the object |
Chris@5 | 6 * represents a shell operator. |
Chris@5 | 7 */ |
Chris@5 | 8 interface ShellOperatorInterface |
Chris@5 | 9 { |
Chris@5 | 10 } |