Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
make my IDE happy
Browse files Browse the repository at this point in the history
  • Loading branch information
highstrike committed Mar 26, 2018
1 parent e5e3414 commit 1aa9516
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/routes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php

use Cake\Routing\RouteBuilder;
use Cake\Routing\Router;
use Cake\Routing\RouteBuilder;
use Cake\Routing\Route\DashedRoute;

// backend
Router::prefix('backend', function(RouteBuilder $routes) {
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/BackendAuthenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BackendAuthenticate extends BaseAuthenticate
/**
* {@inheritDoc}
* @see \Cake\Auth\BaseAuthenticate::authenticate()
* @throws RuntimException in case of configuration error
* @throws RuntimeException in case of configuration error
*/
public function authenticate(ServerRequest $request, Response $response) {
// get credentials from config
Expand Down
2 changes: 1 addition & 1 deletion src/View/Helper/BackendHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function beforeRender(Event $event, $viewFile) {
* - field isnt currently search and must be truncated? do that
* - don't perform truncating in case field is search to display the hightlight
*
* @param Cake\ORM\Entity $entity
* @param Entity $entity
* @param string $field
* @param array $options An array of options.
*
Expand Down

0 comments on commit 1aa9516

Please sign in to comment.