Skip to content

Commit d6ba7a9

Browse files
committed
update header
1 parent 0042ac1 commit d6ba7a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

.php_cs.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
$date = date('Y');
1212
$header = <<<EOF
13-
YYF - A simple, secure, and high performance PHP RESTful Framework.
13+
YYF - A simple, secure, and efficient PHP RESTful Framework.
1414
1515
@link https://github.com/YunYinORG/YYF/
1616

app/controllers/Error.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

app/controllers/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Bootstrap/dev.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Bootstrap/product.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Cache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Cookie.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Db.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Debug.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Debug/Assertion.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Debug/Header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Debug/LogListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Debug/SqlListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Debug/Tracer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Encrypt.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Input.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/JsonSerializable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Kv.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Logger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Mail.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Model.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Parse/Filter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Parse/Xml.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Random.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Rest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Rsa.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?PHP
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Safe.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Service/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Service/Database.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Service/Message.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Service/Qiniu.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Service/Smtp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Service/Ucpaas.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Session.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Storage/File.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Test/YafCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Test/functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Validate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

library/Wechat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

public/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* YYF - A simple, secure, and high performance PHP RESTful Framework.
3+
* YYF - A simple, secure, and efficient PHP RESTful Framework.
44
*
55
* @link https://github.com/YunYinORG/YYF/
66
*

0 commit comments

Comments
 (0)