Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass from 1.32.8 to 1.39.2 #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Kernel extends ConsoleKernel
/**
* Define the application's command schedule.
*
* @param \Illuminate\Console\Scheduling\Schedule $schedule
* @param \Illuminate\Console\Scheduling\Schedule $schedule
* @return void
*/
protected function schedule(Schedule $schedule)
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Authenticate extends Middleware
/**
* Get the path the user should be redirected to when they are not authenticated.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Http\Request $request
* @return string|null
*/
protected function redirectTo($request)
Expand Down
6 changes: 3 additions & 3 deletions app/Http/Middleware/RedirectIfAuthenticated.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class RedirectIfAuthenticated
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string|null ...$guards
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string|null ...$guards
* @return mixed
*/
public function handle(Request $request, Closure $next, ...$guards)
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Translations/CustomerTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public function sluggable(): array
/**
* Unique by title + locale.
*
* @param Builder $query
* @param mixed $model
* @param mixed $attribute
* @param array $config
* @param Builder $query
* @param mixed $model
* @param mixed $attribute
* @param array $config
* @param string $slug
* @return void
*/
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Translations/PostTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public function sluggable(): array
/**
* Unique by title + locale.
*
* @param Builder $query
* @param mixed $model
* @param mixed $attribute
* @param array $config
* @param Builder $query
* @param mixed $model
* @param mixed $attribute
* @param array $config
* @param string $slug
* @return void
*/
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Translations/ReferenceTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public function sluggable(): array
/**
* Unique by title + locale.
*
* @param Builder $query
* @param mixed $model
* @param mixed $attribute
* @param array $config
* @param Builder $query
* @param mixed $model
* @param mixed $attribute
* @param array $config
* @param string $slug
* @return void
*/
Expand Down
4 changes: 2 additions & 2 deletions lit/app/Config/Crud/CustomerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function routePrefix()
/**
* Build index page.
*
* @param \Ignite\Crud\CrudIndex $page
* @param \Ignite\Crud\CrudIndex $page
* @return void
*/
public function index(CrudIndex $page)
Expand All @@ -68,7 +68,7 @@ public function index(CrudIndex $page)
/**
* Setup show page.
*
* @param \Ignite\Crud\CrudShow $page
* @param \Ignite\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
4 changes: 2 additions & 2 deletions lit/app/Config/Crud/PostConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function routePrefix()
/**
* Build index page.
*
* @param \Ignite\Crud\CrudIndex $page
* @param \Ignite\Crud\CrudIndex $page
* @return void
*/
public function index(CrudIndex $page)
Expand All @@ -66,7 +66,7 @@ public function index(CrudIndex $page)
/**
* Setup show page.
*
* @param \Ignite\Crud\CrudShow $page
* @param \Ignite\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
4 changes: 2 additions & 2 deletions lit/app/Config/Crud/ReferenceConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function routePrefix()
/**
* Build index page.
*
* @param \Ignite\Crud\CrudIndex $page
* @param \Ignite\Crud\CrudIndex $page
* @return void
*/
public function index(CrudIndex $page)
Expand All @@ -80,7 +80,7 @@ public function index(CrudIndex $page)
/**
* Setup show page.
*
* @param \Ignite\Crud\CrudShow $page
* @param \Ignite\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
4 changes: 2 additions & 2 deletions lit/app/Config/Crud/TagConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function routePrefix()
/**
* Build index page.
*
* @param \Ignite\Crud\CrudIndex $page
* @param \Ignite\Crud\CrudIndex $page
* @return void
*/
public function index(CrudIndex $page)
Expand All @@ -64,7 +64,7 @@ public function index(CrudIndex $page)
/**
* Setup show page.
*
* @param \Ignite\Crud\CrudShow $page
* @param \Ignite\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
4 changes: 2 additions & 2 deletions lit/app/Config/Crud/TeamMemberConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function routePrefix()
/**
* Build index page.
*
* @param \Ignite\Crud\CrudIndex $page
* @param \Ignite\Crud\CrudIndex $page
* @return void
*/
public function index(CrudIndex $page)
Expand All @@ -76,7 +76,7 @@ public function index(CrudIndex $page)
/**
* Setup show page.
*
* @param \Ignite\Crud\CrudShow $page
* @param \Ignite\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Collections/FeaturedConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Collections/HighlightsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Components/JobsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Navigations/MainNavigationConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/ApplicationConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/BlogConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/DatapolicyConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/HomeConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/ImprintConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/MasterConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/ReferencesConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/ServicesConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/Form/Pages/StudioConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function names()
/**
* Setup form page.
*
* @param \Lit\Crud\CrudShow $page
* @param \Lit\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
4 changes: 2 additions & 2 deletions lit/app/Config/NavigationConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NavigationConfig extends Config
/**
* Topbar navigation entries.
*
* @param \Ignite\Application\Navigation\Navigation $nav
* @param \Ignite\Application\Navigation\Navigation $nav
* @return void
*/
public function topbar(Navigation $nav)
Expand All @@ -48,7 +48,7 @@ public function topbar(Navigation $nav)
/**
* Main navigation entries.
*
* @param \Ignite\Application\Navigation\Navigation $nav
* @param \Ignite\Application\Navigation\Navigation $nav
* @return void
*/
public function main(Navigation $nav)
Expand Down
2 changes: 1 addition & 1 deletion lit/app/Config/User/ProfileSettingsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function routePrefix()
/**
* Setup create and edit form.
*
* @param \Ignite\Crud\CrudShow $page
* @param \Ignite\Crud\CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
6 changes: 3 additions & 3 deletions lit/app/Config/User/UserConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function names()
/**
* Build user index table.
*
* @param CrudIndex $page
* @param CrudIndex $page
* @return void
*/
public function index(CrudIndex $page)
Expand All @@ -66,7 +66,7 @@ public function index(CrudIndex $page)
/**
* User index table.
*
* @param ColumnBuilder $table
* @param ColumnBuilder $table
* @return void
*/
public function indexTable(ColumnBuilder $table)
Expand All @@ -93,7 +93,7 @@ public function indexTable(ColumnBuilder $table)
/**
* Crud show container.
*
* @param CrudShow $page
* @param CrudShow $page
* @return void
*/
public function show(CrudShow $page)
Expand Down
6 changes: 3 additions & 3 deletions lit/app/Http/Controllers/Crud/CustomerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class CustomerController extends CrudController
* Authorize request for authenticated lit-user and permission operation.
* Operations: create, read, update, delete.
*
* @param Authorizable $user
* @param string $operation
* @param int $id
* @param Authorizable $user
* @param string $operation
* @param int $id
* @return bool
*/
public function authorize(Authorizable $user, string $operation, $id = null): bool
Expand Down
6 changes: 3 additions & 3 deletions lit/app/Http/Controllers/Crud/PostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class PostController extends CrudController
* Authorize request for authenticated lit-user and permission operation.
* Operations: create, read, update, delete.
*
* @param Authorizable $user
* @param string $operation
* @param int $id
* @param Authorizable $user
* @param string $operation
* @param int $id
* @return bool
*/
public function authorize(Authorizable $user, string $operation, $id = null): bool
Expand Down
6 changes: 3 additions & 3 deletions lit/app/Http/Controllers/Crud/ReferenceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class ReferenceController extends CrudController
* Authorize request for authenticated lit-user and permission operation.
* Operations: create, read, update, delete.
*
* @param Authorizable $user
* @param string $operation
* @param int $id
* @param Authorizable $user
* @param string $operation
* @param int $id
* @return bool
*/
public function authorize(Authorizable $user, string $operation, $id = null): bool
Expand Down
6 changes: 3 additions & 3 deletions lit/app/Http/Controllers/Crud/TagController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class TagController extends CrudController
* Authorize request for authenticated lit-user and permission operation.
* Operations: create, read, update, delete.
*
* @param Authorizable $user
* @param string $operation
* @param int $id
* @param Authorizable $user
* @param string $operation
* @param int $id
* @return bool
*/
public function authorize(Authorizable $user, string $operation, $id = null): bool
Expand Down
Loading