Completed
Push — master ( 9b3686...89ef78 )
by Bernhard
07:29
created
RoboFile.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -60,9 +60,9 @@  discard block
 block discarded – undo
60 60
     {
61 61
         // optimize autoloader with custom path
62 62
         $this->taskComposerInstall()
63
-             ->preferDist()
64
-             ->optimizeAutoloader()
65
-             ->run();
63
+                ->preferDist()
64
+                ->optimizeAutoloader()
65
+                ->run();
66 66
     }
67 67
 
68 68
     /**
@@ -74,9 +74,9 @@  discard block
 block discarded – undo
74 74
     {
75 75
         // optimize autoloader with custom path
76 76
         $this->taskComposerUpdate()
77
-             ->preferDist()
78
-             ->optimizeAutoloader()
79
-             ->run();
77
+                ->preferDist()
78
+                ->optimizeAutoloader()
79
+                ->run();
80 80
     }
81 81
 
82 82
     /**
@@ -97,10 +97,10 @@  discard block
 block discarded – undo
97 97
     public function prepare()
98 98
     {
99 99
         $this->taskFileSystemStack()
100
-             ->mkdir($this->properties['dist.dir'])
101
-             ->mkdir($this->properties['target.dir'])
102
-             ->mkdir(sprintf('%s/reports', $this->properties['target.dir']))
103
-             ->run();
100
+                ->mkdir($this->properties['dist.dir'])
101
+                ->mkdir($this->properties['target.dir'])
102
+                ->mkdir(sprintf('%s/reports', $this->properties['target.dir']))
103
+                ->run();
104 104
     }
105 105
 
106 106
     /**
@@ -170,8 +170,8 @@  discard block
 block discarded – undo
170 170
 
171 171
         // run PHPUnit
172 172
         $this->taskPHPUnit(sprintf('%s/bin/phpunit', $this->properties['vendor.dir']))
173
-             ->configFile('phpunit.xml')
174
-             ->run();
173
+                ->configFile('phpunit.xml')
174
+                ->run();
175 175
     }
176 176
 
177 177
     /**
Please login to merge, or discard this patch.
src/Subjects/Magic360Subject.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -195,7 +195,6 @@  discard block
 block discarded – undo
195 195
     /**
196 196
      * Persists the passed mag360 gallery and returns the ID.
197 197
      *
198
-     * @param array $productBundleOption The mag360 gallery to persist
199 198
      *
200 199
      * @return string The ID of the persisted entity
201 200
      */
@@ -207,7 +206,6 @@  discard block
 block discarded – undo
207 206
     /**
208 207
      * Persists the passed mag360 gallery and returns the ID.
209 208
      *
210
-     * @param array $galleryEntity The mag360 gallery to persist
211 209
      *
212 210
      * @return string The ID of the persisted entity
213 211
      */
@@ -219,7 +217,6 @@  discard block
 block discarded – undo
219 217
     /**
220 218
      * Persists the passed mag360 gallery and returns the ID.
221 219
      *
222
-     * @param array $productBundleOption The mag360 gallery to persist
223 220
      *
224 221
      * @return string The ID of the persisted entity
225 222
      */
Please login to merge, or discard this patch.