Completed
Push — master ( a32fde...258d90 )
by David
10:27
created
src/Governor/Framework/EventStore/Filesystem/SimpleEventFileResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
         $base = join(DIRECTORY_SEPARATOR, array($this->baseDirectory, $type));
80 80
         
81 81
         if (!file_exists($base) && !mkdir($base)) {
82
-            throw new \RuntimeException (sprintf("Could not create directory %s", $base));
82
+            throw new \RuntimeException(sprintf("Could not create directory %s", $base));
83 83
         }
84 84
 
85 85
         return join(DIRECTORY_SEPARATOR, array($base, $identifier)) . "." . $extension;
Please login to merge, or discard this patch.
Framework/EventStore/Filesystem/SnapshotFilesystemDomainEventStream.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 /**
15 15
  * Description of SnapshotFilesystemDomainEventStream
16
-
17 16
  */
18 17
 class SnapshotFilesystemDomainEventStream extends FilesystemDomainEventStream
19 18
 {
Please login to merge, or discard this patch.
src/Governor/Framework/EventStore/Mongo/Criteria/AndX.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the SmartGecko(c) business platform.
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- */
3
+     * This file is part of the SmartGecko(c) business platform.
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     */
8 8
 
9 9
 namespace Governor\Framework\EventStore\Mongo\Criteria;
10 10
 
Please login to merge, or discard this patch.
src/Governor/Framework/EventStore/Mongo/Criteria/CollectionCriteria.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the SmartGecko(c) business platform.
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- */
3
+     * This file is part of the SmartGecko(c) business platform.
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     */
8 8
 
9 9
 namespace Governor\Framework\EventStore\Mongo\Criteria;
10 10
 
Please login to merge, or discard this patch.
src/Governor/Framework/EventStore/Mongo/Criteria/Equals.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the SmartGecko(c) business platform.
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- */
3
+     * This file is part of the SmartGecko(c) business platform.
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     */
8 8
 
9 9
 namespace Governor\Framework\EventStore\Mongo\Criteria;
10 10
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     public function asMongoObject()
51 51
     {
52 52
         return [
53
-            $this->property->getName() => (string)$this->expression
53
+            $this->property->getName() => (string) $this->expression
54 54
         ];
55 55
 
56 56
     }
Please login to merge, or discard this patch.
src/Governor/Framework/EventStore/Mongo/Criteria/MongoCriteria.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the SmartGecko(c) business platform.
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- */
3
+     * This file is part of the SmartGecko(c) business platform.
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     */
8 8
 
9 9
 namespace Governor\Framework\EventStore\Mongo\Criteria;
10 10
 
Please login to merge, or discard this patch.
src/Governor/Framework/EventStore/Mongo/Criteria/MongoProperty.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the SmartGecko(c) business platform.
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- */
3
+     * This file is part of the SmartGecko(c) business platform.
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     */
8 8
 
9 9
 namespace Governor\Framework\EventStore\Mongo\Criteria;
10 10
 
Please login to merge, or discard this patch.
src/Governor/Framework/EventStore/Mongo/Criteria/OrX.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the SmartGecko(c) business platform.
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- */
3
+     * This file is part of the SmartGecko(c) business platform.
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     */
8 8
 
9 9
 namespace Governor\Framework\EventStore\Mongo\Criteria;
10 10
 
Please login to merge, or discard this patch.
src/Governor/Framework/EventStore/Mongo/Criteria/SimpleMongoOperator.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the SmartGecko(c) business platform.
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- */
3
+     * This file is part of the SmartGecko(c) business platform.
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     */
8 8
 
9 9
 namespace Governor\Framework\EventStore\Mongo\Criteria;
10 10
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,6 +57,6 @@
 block discarded – undo
57 57
 
58 58
     public function asMongoObject()
59 59
     {
60
-        return [$this->property->getName() => [$this->operator => (string)$this->expression]];
60
+        return [$this->property->getName() => [$this->operator => (string) $this->expression]];
61 61
     }
62 62
 }
63 63
\ No newline at end of file
Please login to merge, or discard this patch.