comparison 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
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
1 <?php
2 namespace Consolidation\SiteProcess\Util;
3
4 /**
5 * ShellOperatorInterface is a marker interface indicating that the object
6 * represents a shell operator.
7 */
8 interface ShellOperatorInterface
9 {
10 }