Closed stevenmaguire closed 8 years ago
This build is failing and it appears to be related to https://github.com/php-memcached-dev/php-memcached/issues/126
A quick review of Travis CI indicates that this issue is also affecting PRs #166 #121 and #117
Similar to #166, occasionally you need to remove a single
Label
from aNode
and it is clumsy to do so by first creating a newarray
.I am proposing a new method on the
Node
class to allow removal of a singleLabel
from aNode
.This method centralizes the creation of an
array
with the providedLabel
, passes it directly to theremoveLabels
method, and returns the list of allNode
Labels
.