Skip to content

Commit 41ea30a

Browse files
committed
PHPstan update
1 parent 8c96c76 commit 41ea30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Schema/ManagesDefaultMigrations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,15 @@ public function morphs($name, $indexName = null): void
258258
/**
259259
* {@inheritdoc}
260260
*/
261-
public function nullableTimestamps($precision = 0)
261+
public function nullableTimestamps($precision = 0): void
262262
{
263263
$this->timestamps($precision);
264264
}
265265

266266
/**
267267
* {@inheritdoc}
268268
*/
269-
public function timestamps($precision = 0)
269+
public function timestamps($precision = 0): void
270270
{
271271
$this->timestamp('created_at');
272272
$this->timestamp('updated_at');

0 commit comments

Comments
 (0)