
Branch: refs/heads/master Home: https://github.com/phpmyadmin/shapefile Commit: e5f130832b6b2511d8627ce6c4bc60300d74eaf4 https://github.com/phpmyadmin/shapefile/commit/e5f130832b6b2511d8627ce6c4bc6... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php M src/ShapeRecord.php M src/Util.php M tests/ShapeFileTest.php M tests/UtilTest.php Log Message: ----------- Fix doc block and control structure spacing Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 00fcc8f6bc9706e26d9d22c8a7744f18ae6312ff https://github.com/phpmyadmin/shapefile/commit/00fcc8f6bc9706e26d9d22c8a7744... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php M src/ShapeRecord.php M src/Util.php M tests/ShapeFileTest.php Log Message: ----------- Reference functions via use statement Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 0cc8618986b3755aa9810bcf61c00145c36b23ca https://github.com/phpmyadmin/shapefile/commit/0cc8618986b3755aa9810bcf61c00... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php M src/ShapeRecord.php Log Message: ----------- Use null coalescing operator when possible Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 73d1d0d2588a2b781862d724863251a0d1a9e3c7 https://github.com/phpmyadmin/shapefile/commit/73d1d0d2588a2b781862d72486325... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php Log Message: ----------- Remove useless parentheses Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 82aa8c800d916456e0498715f96e2804881b81d5 https://github.com/phpmyadmin/shapefile/commit/82aa8c800d916456e0498715f96e2... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php Log Message: ----------- Add class constant visibility Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 89c6cb73554e5b4d8e15cd309f4c923ba633ef69 https://github.com/phpmyadmin/shapefile/commit/89c6cb73554e5b4d8e15cd309f4c9... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M examples/read.php M tests/ShapeFileTest.php Log Message: ----------- Use single quote instead of double quote strings Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 9ead5f9ade12c43a13841923d44deecc9454460f https://github.com/phpmyadmin/shapefile/commit/9ead5f9ade12c43a13841923d44de... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php M src/ShapeRecord.php M src/Util.php M tests/ShapeFileTest.php Log Message: ----------- Replace is_null function with comparison with null Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 0a01a433d12c466ff9c84a803293a19da5985e74 https://github.com/phpmyadmin/shapefile/commit/0a01a433d12c466ff9c84a803293a... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php Log Message: ----------- Remove useless conditions Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: e643a6431461662278a302911c625c4a39f7eea2 https://github.com/phpmyadmin/shapefile/commit/e643a6431461662278a302911c625... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M src/ShapeFile.php M src/ShapeRecord.php M tests/ShapeFileTest.php Log Message: ----------- Use early exit when possible Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 48caa0fc5e977edef3ebcb31046d45cc1becd3f8 https://github.com/phpmyadmin/shapefile/commit/48caa0fc5e977edef3ebcb31046d4... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-02-28 (Fri, 02 February 2020) -03:00 Changed paths: M phpcs.xml.dist M src/ShapeFile.php M src/ShapeRecord.php Log Message: ----------- Fix line length being too long Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>