Completed
Push — feature/make-proxy-sources-con... ( ca7a12...ec2adc )
by Samuel
17:57 queued 07:23
created
SecurityBundle/Tests/User/AirlockAuthenticationKeyUserProviderTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @return \PHPUnit_Framework_MockObject_MockObject|\Symfony\Component\Security\Core\User\UserInterface
137
+     * @return \PHPUnit_Framework_MockObject_MockObject
138 138
      */
139 139
     private function getUserMock()
140 140
     {
Please login to merge, or discard this patch.
src/Graviton/SecurityBundle/Voter/OwnContextVoter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     /**
19 19
      * Return an array of supported classes. This will be called by supportsClass
20 20
      *
21
-     * @return array an array of supported classes, i.e. array('Acme\DemoBundle\Model\Product')
21
+     * @return string[] an array of supported classes, i.e. array('Acme\DemoBundle\Model\Product')
22 22
      */
23 23
     protected function getSupportedClasses()
24 24
     {
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Return an array of supported attributes. This will be called by supportsAttribute
33 33
      *
34
-     * @return array an array of supported attributes, i.e. array('CREATE', 'READ')
34
+     * @return string[] an array of supported attributes, i.e. array('CREATE', 'READ')
35 35
      */
36 36
     protected function getSupportedAttributes()
37 37
     {
Please login to merge, or discard this patch.
src/Graviton/TestBundle/Test/GravitonTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      *
35 35
      * @param array $options array of options, default: empty, currently ignored
36 36
      *
37
-     * @return \Graviton\AppKernel
37
+     * @return \Symfony\Component\HttpKernel\KernelInterface
38 38
      */
39 39
     public static function createKernel(array $options = array())
40 40
     {
Please login to merge, or discard this patch.
src/Graviton/MigrationBundle/Command/MongodbMigrateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      * non local stuff centrally.
113 113
      *
114 114
      * @param string $filepath path to configuration file
115
-     * @param Output $output   ouput interface need by config parser to do stuff
115
+     * @param OutputInterface $output   ouput interface need by config parser to do stuff
116 116
      *
117 117
      * @return AntiMattr\MongoDB\Migrations\Configuration\Configuration
118 118
      */
Please login to merge, or discard this patch.