Completed
Pull Request — 0.3.x (#13)
by
unknown
17:33
created
Bundle/SingleSignOnServiceProviderBundle/Factory/SingleSignOnFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      * @param $config
68 68
      * @param $userProviderId
69 69
      * @param $defaultEntryPointId
70
-     * @return array
70
+     * @return string[]
71 71
      */
72 72
     public function create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId)
73 73
     {
Please login to merge, or discard this patch.
Controller/SsoAuthenticationController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 {
11 11
     /**
12 12
      * 
13
-     * @param type $request
13
+     * @param Request $request
14 14
      * @return \Symfony\Component\HttpFoundation\JsonResponse
15 15
      * @throws type
16 16
      */
Please login to merge, or discard this patch.