Code Duplication    Length = 7-7 lines in 2 locations

cloudcontrol/library/storage/storage/ImagesStorage.php 1 location

@@ 109-115 (lines=7) @@
106
	/**
107
	 * @return \library\storage\storage\ImageSetStorage
108
	 */
109
	private function getImageSet()
110
	{
111
		if (!$this->imageSet instanceof ImageSetStorage) {
112
			$this->imageSet = new ImageSetStorage($this->repository);
113
		}
114
		return $this->imageSet;
115
	}
116
}

cloudcontrol/library/storage/Storage.php 1 location

@@ 543-549 (lines=7) @@
540
		 *
541
		 * @return ImageSetStorage
542
		 */
543
		public function getImageSet()
544
		{
545
			if (!$this->imageSet instanceof ImageSetStorage) {
546
				$this->imageSet = new ImageSetStorage($this->repository);
547
			}
548
			return $this->imageSet;
549
		}
550
551
		/**
552
		 * @return array