Code Duplication    Length = 7-7 lines in 2 locations

src/storage/storage/DocumentTypesStorage.php 1 location

@@ 117-123 (lines=7) @@
114
        $this->save();
115
    }
116
117
    private function getBricks()
118
    {
119
        if (!$this->bricks instanceof BricksStorage) {
120
            $this->bricks = new BricksStorage($this->repository);
121
        }
122
        return $this->bricks;
123
    }
124
}

src/storage/Storage.php 1 location

@@ 216-222 (lines=7) @@
213
        /**
214
         * @return BricksStorage
215
         */
216
        public function getBricks()
217
        {
218
            if (!$this->bricks instanceof BricksStorage) {
219
                $this->bricks = new BricksStorage($this->repository);
220
            }
221
            return $this->bricks;
222
        }
223
224
        /**
225
         * Get the image set