X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fcommands%2Fcore%2Foutputformat%2Fstring.inc;fp=vendor%2Fdrush%2Fdrush%2Fcommands%2Fcore%2Foutputformat%2Fstring.inc;h=0000000000000000000000000000000000000000;hp=a86e7d172bab9718075dfca2cd80e24fdeb0bc44;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/commands/core/outputformat/string.inc b/vendor/drush/drush/commands/core/outputformat/string.inc deleted file mode 100644 index a86e7d172..000000000 --- a/vendor/drush/drush/commands/core/outputformat/string.inc +++ /dev/null @@ -1,37 +0,0 @@ - 1) { - return $this->format_error("Multiple rows provided where only one is allowed."); - } - if (!empty($data)) { - $data = reset($data); - } - if (is_array($data)) { - return $this->format_error("Array provided where a string is required."); - } - } - return (string)$data; - } -}