Page MenuHomeDevCentral

D654.id1648.diff
No OneTemporary

D654.id1648.diff

diff --git a/src/Build/TriggerBuildFactory.php b/src/Build/TriggerBuildFactory.php
--- a/src/Build/TriggerBuildFactory.php
+++ b/src/Build/TriggerBuildFactory.php
@@ -71,7 +71,9 @@
}
/**
- * @return bool
+ * Determines if we've a token for the specified image.
+ *
+ * @return bool true if we've a token for this image; otherwise, false.
*/
public function hasToken ($image) {
return array_key_exists($image, $this->tokens);
@@ -81,6 +83,11 @@
/// Helper methods
///
+ /**
+ * Gets the token associated to an image.
+ *
+ * @return string
+ */
protected function getToken ($image) {
if ($this->hasToken($image)) {
return $this->tokens[$image];

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 04:05 (52 m, 51 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259280
Default Alt Text
D654.id1648.diff (751 B)

Event Timeline