Completed
Push — master ( 3d485f...407dff )
by Paweł
66:49
created
src/SWP/Bundle/CoreBundle/Service/RevisionAwareContainerService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         }
91 91
     }
92 92
 
93
+    /**
94
+     * @param ContainerInterface $container
95
+     */
93 96
     private function handleForking($container)
94 97
     {
95 98
         if ($container instanceof RevisionAwareInterface &&
Please login to merge, or discard this patch.
src/SWP/Bundle/StorageBundle/Doctrine/ORM/EntityRepositoryTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @param $queryBuilder
77
+     * @param QueryBuilder $queryBuilder
78 78
      * @param PaginationData $paginationData
79 79
      *
80 80
      * @return PaginationInterface
Please login to merge, or discard this patch.
src/SWP/Component/Revision/RevisionAwareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Publisher Revision Component.
Please login to merge, or discard this patch.
src/SWP/Component/Revision/Context/RevisionContextInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Publisher Revision Component.
Please login to merge, or discard this patch.
src/SWP/Component/Revision/Context/RevisionContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Publisher Revision Component.
Please login to merge, or discard this patch.
src/SWP/Component/Revision/Manager/RevisionManagerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Publisher Revision Component.
Please login to merge, or discard this patch.
src/SWP/Component/Revision/RevisionAwareTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Publisher Revision Component.
Please login to merge, or discard this patch.
src/SWP/Component/Revision/Repository/RevisionRepositoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Publisher Revision Component.
Please login to merge, or discard this patch.
src/SWP/Component/Revision/Model/Revision.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Publisher Revision Component.
Please login to merge, or discard this patch.