@@ -143,20 +143,18 @@ public function placeholderProvider()
143
143
]
144
144
];
145
145
146
+ // @codingStandardsIgnoreStart
146
147
return [
147
- [$ home , 'http://example.com/ ' , 'auth/login ' ],
148
- [$ home , 'http://example.com ' , 'auth/login ' ],
149
- [$ home , 'http://example.com/register ' , 'auth/register ' ],
150
- [$ home , 'http://example.com/home ' , 'home ' ],
151
- [$ homeAtRootAuthMoved , 'http://example.com/auth/ ' , 'auth/login ' ],
152
- [$ homeAtRootAuthMoved , 'http://example.com/auth/register ' , 'auth/register ' ],
153
- [$ homeAtRootAuthMoved , 'http://example.com/ ' , 'home ' ],
154
- [$ homeAtRootAuthMoved , 'http://example.com ' , 'home ' ],
155
- [$ homeAtRootAuthOnSubDomain , 'http://auth.example.com/ ' , 'auth/login ' ],
156
- [$ homeAtRootAuthOnSubDomain , 'http://auth.example.com ' , 'auth/login ' ],
157
- [$ homeAtRootAuthOnSubDomain , 'http://auth.example.com/register ' , 'auth/register ' ],
158
- [$ homeAtRootAuthOnSubDomain , 'http://example.com/ ' , 'home ' ],
159
- [$ homeAtRootAuthOnSubDomain , 'http://example.com ' , 'home ' ],
148
+ 'no-override-login ' => [$ home , 'http://example.com/ ' , 'auth/login ' ],
149
+ 'no-override-register ' => [$ home , 'http://example.com/register ' , 'auth/register ' ],
150
+ 'no-override-home ' => [$ home , 'http://example.com/home ' , 'home ' ],
151
+ 'path-override-login ' => [$ homeAtRootAuthMoved , 'http://example.com/auth/ ' , 'auth/login ' ],
152
+ 'path-override-register ' => [$ homeAtRootAuthMoved , 'http://example.com/auth/register ' , 'auth/register ' ],
153
+ 'path-override-home ' => [$ homeAtRootAuthMoved , 'http://example.com ' , 'home ' ],
154
+ 'subdomain-override-login ' => [$ homeAtRootAuthOnSubDomain , 'http://auth.example.com/ ' , 'auth/login ' ],
155
+ 'subdomain-override-register ' => [$ homeAtRootAuthOnSubDomain , 'http://auth.example.com/register ' , 'auth/register ' ],
156
+ 'subdomina-override-home ' => [$ homeAtRootAuthOnSubDomain , 'http://example.com/ ' , 'home ' ],
160
157
];
158
+ // @codingStandardsIgnoreEnd
161
159
}
162
160
}
0 commit comments