Completed
Push — feature/service-wrapper-for-sw... ( b59526...555800 )
by Samuel
18:37 queued 08:10
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.