Test Setup Failed
Push — develop ( b46587...bd8dda )
by Craig
07:01
created
src/Http/Controllers/DatastoreController.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -17,17 +17,17 @@
 block discarded – undo
17 17
 	/**
18 18
 	 * @var DatastoreRepository
19 19
 	 */
20
-    protected $datastoreRepository;
20
+	protected $datastoreRepository;
21 21
 
22
-    /**
23
-     * UserController constructor.
24
-     *
25
-     * @param DatastoreRepository $datastoreRepository
22
+	/**
23
+	 * UserController constructor.
24
+	 *
25
+	 * @param DatastoreRepository $datastoreRepository
26 26
 	 * @todo get rid of these datastoreRepository and make use of the mode only
27
-     */
28
-    public function __construct(DatastoreRepository $datastoreRepository)
29
-    {
30
-        $this->datastoreRepository = $datastoreRepository;
27
+	 */
28
+	public function __construct(DatastoreRepository $datastoreRepository)
29
+	{
30
+		$this->datastoreRepository = $datastoreRepository;
31 31
 	}
32 32
 
33 33
 	/**
Please login to merge, or discard this patch.